[Gtk-sharp-list] NodeView / TreeView confused, newbie question?
Gennadiy Donchyts
don at env.com.ua
Fri Nov 18 09:42:21 EST 2005
I have some general question about understanding of the Gtk# widgets, so
wondering why extension of the TreeView widget was called NodeView,
node just sounds more abstract then tree node or table node (table row
node, cell).
I also tried to use it instead of TreeView but there is a problem that
I can't pass a
ListStore to the NodeView since it takes only NodeStore.
If the purpose of the NodeView is to replace the TreeView - the
everything more or
less ok, but if it is an extension then it is a bit confusing ...
// wrap the GtkTreeView, table rows and column trees
public class NodeView : ITreeView, IGridView ...
... I'm just learning Gtk# so have some confusions and could not find
much in the
documentation about definition of the NodeView ...
--Gena
More information about the Gtk-sharp-list
mailing list