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 _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
