[Gtk-sharp-list] TreeViews and NodeViews. arg!

Adam Tauno Williams awilliam at whitemice.org
Wed Jan 21 16:14:44 EST 2009


On Wed, 2009-01-21 at 15:57 -0500, Joe Dluzen wrote:
> Personally I try to use http://code.google.com/p/holly-gtk-widgets/
> whenever I can.

Ditto.  Holly widgets are great!

Also the ListView from Hyena is much easier to use in many cases.
<http://www.mail-archive.com/gtk-sharp-list@lists.ximian.com/msg03669.html>

> On Wed, Jan 21, 2009 at 3:43 PM, jordanwb <jordan.w.bradley at gmail.com> wrote:
> > I'm trying to make a program that manages my songs. I'm trying to figure out
> > how I'm suuposed to use TreeViews and NodeViews.

TreeViews use a TreeStore and NodeViews use a NodeStore.  Seriously;
not being an ass. :)   Also NodeViews are *WAY* easier to use but can't
be sorted or filtered - they represent a very false promise.

> > First off, what's the difference between TreeView and NodeViews?
> > Second, how do I add children to either one and children to those children.
> > Third, what class am I suposed to use to inherit to use with NodeViews and
> > TreeViews?

Append an object to the model.

-- 
Adam Tauno Williams, Network & Systems Administrator
Consultant - http://www.whitemiceconsulting.com
Developer - http://www.opengroupware.org



More information about the Gtk-sharp-list mailing list