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

Peter Johanson latexer at gentoo.org
Fri May 11 16:43:20 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 and TreeStore is pretty much exactly what you want for
that, yes.

-pete


More information about the Gtk-sharp-list mailing list