<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Do I really ever have to write another treeview again ?</title>
	<atom:link href="http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/</link>
	<description>Just another GNOME Blogs weblog</description>
	<lastBuildDate>Tue, 29 Nov 2011 16:15:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: tvb</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-46</link>
		<dc:creator>tvb</dc:creator>
		<pubDate>Thu, 18 Dec 2008 22:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-46</guid>
		<description>Mathias, yes custom models need some extra patch
work if they implement GtkTreeModel on their own, if
they derive from GtkTreeStore or GtkListStore, simply
mentioning the type in the catalog should be enough.</description>
		<content:encoded><![CDATA[<p>Mathias, yes custom models need some extra patch<br />
work if they implement GtkTreeModel on their own, if<br />
they derive from GtkTreeStore or GtkListStore, simply<br />
mentioning the type in the catalog should be enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natan Yellin</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-45</link>
		<dc:creator>Natan Yellin</dc:creator>
		<pubDate>Thu, 18 Dec 2008 16:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-45</guid>
		<description>This is very neat! Thank you.</description>
		<content:encoded><![CDATA[<p>This is very neat! Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tvb</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-44</link>
		<dc:creator>tvb</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-44</guid>
		<description>The GtkListStore is the &quot;model&quot; property of the GtkTreeView, at least
when creating a treeview, you get a popup asking you to set the model.

after that the best is to use the treeview editor, spawn that by selecting
the treeview and pressing &quot;Edit&quot; in the toolbar (or selecting &quot;Edit..&quot; from
the context menu for the treeview).

In that editor you should be able to setup your treeview props and model
data on the first page, and setup cell renderers and their attributes, on
the second page.</description>
		<content:encoded><![CDATA[<p>The GtkListStore is the &#8220;model&#8221; property of the GtkTreeView, at least<br />
when creating a treeview, you get a popup asking you to set the model.</p>
<p>after that the best is to use the treeview editor, spawn that by selecting<br />
the treeview and pressing &#8220;Edit&#8221; in the toolbar (or selecting &#8220;Edit..&#8221; from<br />
the context menu for the treeview).</p>
<p>In that editor you should be able to setup your treeview props and model<br />
data on the first page, and setup cell renderers and their attributes, on<br />
the second page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-43</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-43</guid>
		<description>figured it already ;)

not to hard at all, after 0.5h learning ;)</description>
		<content:encoded><![CDATA[<p>figured it already <img src='http://blogs.gnome.org/tvb/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
<p>not to hard at all, after 0.5h learning <img src='http://blogs.gnome.org/tvb/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-42</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-42</guid>
		<description>But how in the world do I connect the ListStore with the TreeView (cellrenderers), as shown in your example?

So that I can preview the data in Glade.</description>
		<content:encoded><![CDATA[<p>But how in the world do I connect the ListStore with the TreeView (cellrenderers), as shown in your example?</p>
<p>So that I can preview the data in Glade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-41</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-41</guid>
		<description>Really complex stuff, but once I found all the things I needed, NICE!!</description>
		<content:encoded><![CDATA[<p>Really complex stuff, but once I found all the things I needed, NICE!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-40</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 18 Dec 2008 14:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-40</guid>
		<description>HI, where do I get the cell-renderers from?

Maybe it would help to post some examples ;)</description>
		<content:encoded><![CDATA[<p>HI, where do I get the cell-renderers from?</p>
<p>Maybe it would help to post some examples <img src='http://blogs.gnome.org/tvb/wp-content/mu-plugins/tango-smilies/tango/face-wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius Gedminas</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-39</link>
		<dc:creator>Marius Gedminas</dc:creator>
		<pubDate>Thu, 18 Dec 2008 11:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-39</guid>
		<description>Sounds awesome.

I&#039;m especially appreciative of the wrappy labels: when translated into a language such as Lithuanian, they become quite a bit longer.</description>
		<content:encoded><![CDATA[<p>Sounds awesome.</p>
<p>I&#8217;m especially appreciative of the wrappy labels: when translated into a language such as Lithuanian, they become quite a bit longer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-38</link>
		<dc:creator>Jorge</dc:creator>
		<pubDate>Thu, 18 Dec 2008 04:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-38</guid>
		<description>Oh these are excellent news!!!
Great work!!</description>
		<content:encoded><![CDATA[<p>Oh these are excellent news!!!<br />
Great work!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Hasselmann</title>
		<link>http://blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/comment-page-1/#comment-37</link>
		<dc:creator>Mathias Hasselmann</dc:creator>
		<pubDate>Wed, 17 Dec 2008 23:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/tvb/?p=16#comment-37</guid>
		<description>Wow, looks great! Awesome.
How did you fill the tree model?
Guess for custom tree model classes I have to update glade&#039;s catalog files?</description>
		<content:encoded><![CDATA[<p>Wow, looks great! Awesome.<br />
How did you fill the tree model?<br />
Guess for custom tree model classes I have to update glade&#8217;s catalog files?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/tvb/2008/12/17/do-i-really-ever-have-to-write-another-treeview-again/feed/ ) in 1.19831 seconds, on Feb 11th, 2012 at 5:43 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 6:43 am UTC -->
