gtk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A tree-like data structure that can be used with the The object is a list model for use with a widget. It implements the interface, and consequentialy, can use all of the methods available there. It also implements the interface so it can be sorted by the view. Finally, it also implements the tree drag and drop interfaces.GLib.ObjectGtk.TreeModelGLib.IWrapperGtk.TreeDragSourceGtk.TreeDragDestGtk.TreeSortableGLib.IWrapperSystem.IDisposableMethodSystem.Int32Returns the number of children that the has.an object of type As a special case, if iter is , then the number of toplevel nodes is returned.MethodSystem.BooleanTo be added
an object of type an object of type To be addedMethodSystem.VoidPrepends a new row to the .
an object of type It will prepend a row to the top level. will be changed to point to this new row. The row will be empty after this method is called. To fill in values, you need to call .MethodSystem.VoidAppends a new row to the .
an object of type
It will append a row to the top level. will be changed to point to this new row. The row will be empty after this method is called. To fill in values, you need to call .
MethodSystem.VoidTo be addedTo be addedMethodSystem.VoidTo be added
an object of type
an object of type To be addedMethodSystem.VoidTo be added
an object of type
an object of type
an object of type
an object of type To be addedMethodSystem.VoidTo be added
an object of type
an object of type
an object of type To be addedMethodSystem.BooleanTo be added
an object of type
an object of type an object of type To be addedMethodSystem.BooleanTo be added
an object of type
an object of type an object of type To be addedMethodSystem.BooleanTo be added
an object of type
an object of type an object of type To be addedMethodSystem.BooleanTo be added
an object of type an object of type To be addedMethodSystem.BooleanTo be added
an object of type an object of type To be addedMethodSystem.VoidEmits the event.
an object of type
an object of type MethodSystem.VoidCalls on each node in model in a depth-first fashion.
an object of type If func returns , then the tree ceases to be walked, and this method returns.MethodSystem.BooleanGets the first iterator in the tree (the one at the path "0") and returns .
an object of type an object of type Returns if the tree is empty.MethodSystem.VoidEmits the event.
an object of type
an object of type MethodGtk.TreePathGets the of .
an object of type an object of type MethodSystem.BooleanReturns if iter has children, otherwise.
an object of type an object of type MethodSystem.VoidLets the tree ref the node.
an object of type This is an optional method for models to implement. To be more specific, models may ignore this call as it exists primarily for performance reasons.This function is primarily meant as a way for views to let caching model know when nodes are being displayed (and hence, whether or not to cache that node.) For example, a file-system based model would not want to keep the entire file-hierarchy in memory, just the sections that are currently being displayed by every current view.A model should be expected to be able to get an iter independent of its referenced state.MethodSystem.Int32Returns the number of children that has.
an object of type an object of type As a special case, if is , then the number of toplevel nodes is returned.MethodSystem.VoidEmits the event.
an object of type
an object of type MethodSystem.VoidEmits the event.
an object of type This should be called by models after a row has been removed. The location pointed to by should be the location that the row previously was at. It may not be a valid location anymore.MethodSystem.BooleanSets to point to the node following it at the current level.
an object of type an object of type If there is no next iter, is returned and iter is set to be invalid.MethodSystem.VoidTo be added
an object of type
an object of type To be addedMethodSystem.VoidLets the tree unref the node.
an object of type This is an optional method for models to implement. To be more specific, models may ignore this call as it exists primarily for performance reasons. For more information on what this means, see . Please note that nodes that are deleted are not unreferenced.MethodSystem.VoidRemoves all rows from the MethodSystem.VoidTo be added
an object of type
an object of type To be addedMethodSystem.BooleanReturns if is an ancestor of .
an object of type
an object of type an object of type That is, is the parent (or grandparent or great-grandparent) of .MethodSystem.VoidSets the data in the cell specified by and .
an object of type
an object of type
an object of type The type of value must be convertible to the type of the column.MethodSystem.Int32Returns the depth of .
an object of type an object of type This will be 0 for anything on the root level, 1 for anything down a level, etc.MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of TreeStore, wrapping the C object.This is an internal constructor, and should not be used by user code.PropertySystem.Int32Returns the number of columns supported by the .an object of type PropertyGtk.TreeModelFlagsReturns a set of flags supported by this .an object of type The flags are a bitwise combination of . The flags supported should not change during the lifecycle of the .EventSystem.EventHandlerEmitted when the sort column of the has changed.EventGtk.RowHasChildToggledHandlerEmitted when a child of a row is toggled.EventGtk.RowInsertedHandlerEmitted when a row is inserted into the .EventGtk.RowDeletedHandlerEmitted when a row is deleted from the .EventGtk.RowChangedHandlerEmitted when a row is in the is changed.EventGtk.RowsReorderedHandlerEmitted when the rows of the are re-ordered.MethodSystem.BooleanSets to be the child of the root node, using the given index.
an object of type
an object of type an object of type In this case, the nth root node is set.MethodSystem.VoidInserts a new row after .
an object of type
an object of type
If is , then the row will be prepended to the children of its parent. If parent and sibling are , then the row will be prepended to the toplevel. If both and parent are set, then parent must be the parent of . When is set, parent is optional.
MethodSystem.VoidInserts a new row before .
an object of type
an object of type If is , then the row will be appended to the children of its parent. If parent and sibling are , then the row will be appended to the toplevel. If both and parent are set, then parent must be the parent of . When is set, parent is optional.MethodSystem.VoidCreates a new row at .
an object of type
an object of type If parent is not , then the row will be made a child of parent. Otherwise, the row will be created at the toplevel. If is larger than the number of rows at that level, then the new row will be inserted to the end of the list. will be changed to point to this new row. The row will be empty after this function is called. To fill in values, you need to call .MethodSystem.BooleanSets to be the child of , using the given index.
an object of type
an object of type
an object of type an object of type The first index is 0. If is too big, or has no children, is set to an invalid iterator and is returned. will remain a valid node after this function has been called.MethodSystem.BooleanGets the at .
an object of type
an object of type an object of type Otherwise, is left invalid and is returned.MethodSystem.BooleanSets to point to the first child of .
an object of type
an object of type an object of type If has no children, is returned and is set to be invalid. will remain a valid node after this function has been called.MethodSystem.BooleanSets to a valid iterator pointing to .
an object of type
an object of type an object of type MethodSystem.BooleanSets to be the parent of .
an object of type
an object of type an object of type If is at the toplevel, and does not have a parent, then is set to an invalid iterator and is returned. will remain a valid node after this function has been called.MethodGtk.TreeIterTo be added
a a To append the new row to the toplevel, use the overloaded version without .MethodGtk.TreeIterTo be added
a a To be addedMethodGtk.TreeIterTo be added
a
a a To be addedMethodGtk.TreeIterTo be added
a
a a To be addedMethodSystem.StringTo be added
a a To be addedMethodSystem.VoidTo be added
a
a To be addedMethodSystem.VoidTo be added
a
a To be addedMethodSystem.VoidTo be added
a
a To be addedMethodSystem.BooleanTo be added
a a To be addedConstructorCreates a new instance.
a a
Treestore store;
store = new TreeStore (typeof (int), typeof (string));
MethodSystem.BooleanTo be added
a
a a To be addedMethodSystem.VoidTo be added
a
a
a To be addedMethodSystem.VoidTo be added
a
a
a To be addedMethodSystem.VoidTo be added
a
a
a To be addedMethodSystem.VoidTo be added
a
a
a To be addedMethodSystem.VoidTo be added
a
a
a To be addedMethodSystem.VoidTo be added
a
a
a To be addedMethodSystem.VoidTo be added
a
a
a To be addedMethodSystem.ObjectGets a value at and .
a
a a To be addedPropertySystem.BooleanTo be addeda To be addedPropertyGLib.GTypeTo be addeda To be addedMethodSystem.VoidTo be added
a To be addedMethodSystem.VoidTo be added
a To be addedMethodSystem.VoidTo be added
a To be addedMethodSystem.VoidTo be added
a To be addedMethodSystem.VoidTo be added
a To be addedMethodSystem.VoidTo be added
a To be addedMethodSystem.VoidTo be added
a To be addedMethodGLib.GTypeTo be added
a a To be addedMethodSystem.VoidTo be added
a
a
a To be addedMethodSystem.VoidTo be added
a
a To be addedMethodSystem.VoidTo be added
a To be addedMethodSystem.VoidTo be added
a
a To be addedMethodSystem.VoidTo be added
a
a To be addedMethodSystem.VoidTo be addedTo be addedConstructorTo be added
a a To be addedConstructorTo be added
a a To be addedMethodSystem.BooleanTo be added
a a To be addedMethodSystem.Int32To be added
a a To be addedMethodGtk.TreeIterTo be added
a
a a To be addedMethodGtk.TreeIterTo be added
a a To be addedMethodGtk.TreeIterInserts a new row before .
a
a a
If is , then the row will be appended to the children of its parent. If parent and sibling are , then the row will be appended to the toplevel. If both and parent are set, then parent must be the parent of . When is set, parent is optional.
MethodGtk.TreeIterInserts a new row after .
a
a a
If is , then the row will be prepended to the children of its parent. If parent and sibling are , then the row will be prepended to the toplevel. If both and parent are set, then parent must be the parent of . When is set, parent is optional.
MethodGtk.TreeIterAppends a new row to the .
a a
If parent and is , then the row will be prepended to the toplevel.
MethodSystem.Int32Emits the event.
a
a a MethodSystem.VoidTo be added
a
a
a To be added