gtk-sharp2.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Tree and List store for objects.GLib.ObjectGLib.IWrapperSystem.IDisposableMethodSystem.VoidAppends the node to the root level of the tree
a
Adds to the end of the list of root level nodes.
MethodSystem.VoidInserts the node into the root level of the tree
a
the position to insert it at
Adds to the list of root level nodes before the node
currently at .
MethodGtk.ITreeNodeReturns a node given a .
The path to look up.
Looks up the node corresponding to and returns it,
or null if the node cannot be found.
MethodSystem.VoidRemoves a node from the store.
a
Removes from the list of root level nodes.
ConstructorNodeStore constructor
a a
Creates a for nodes of the specified .
The type provided in must implement .
PropertyGLib.GTypeNative type value.a MethodSystem.Collections.IEnumeratorGets an enumerator for the root nodes.a Children of root nodes are not enumerated. You must traverse them independently.