[Gtk-sharp-list] Directory/file-tree listing widget

Peter Johanson peter at peterjohanson.com
Fri May 11 16:42:47 EDT 2007


On Fri, May 11, 2007 at 10:12:58PM +0200, Tomek Lorek wrote:
> Hi there,
> I'd like to use a widget that would have the functionality of the
> directory/file/whatever-else tree, like this:
> http://www.whereisit-soft.com/snap1.gif (the one at the left). I'd
> like it to be filled with custom data rather than directories or files
> from specified location. Is there any widget in gtk# that would do sth
> like that? Is extending the TreeView with TreeStore model a good idea
> or maybe there is sth closer to what I want?

Using TreeView with a TreeStore is pretty much exactly what you want for
something like that, yes.

-pete



More information about the Gtk-sharp-list mailing list