gtk-sharp2.12.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.An interface for specifying a tree model that is sortable.See for a working example of a sortable TreeView.GLib.IWrapperMethodSystem.VoidFires a event.Designed to be called by routines that change the sort of the tree.MethodSystem.VoidSets which column is to be used to sort the data in the tree.
A , the sort column index.
A , the kind of sort to use
MethodSystem.VoidSets a function that should be used to be sort a particular column.
A , the index of the column to be sorted
A , the function to use for sorting
ignored
ignored
This overloaded method is obsolete. It is replaced by the SetSortFunc (int, TreeIterCompareFunc) overload." />.MethodSystem.VoidSets a function to sort columns by default if not otherwise specified by .
A , the function to use for sorting
ignored
ignored
This method is obsolete. It is replaced by the property.PropertyGtk.TreeIterCompareFuncFunction to sort columns by default if not otherwise specified by .a This method is meant to be used together with EventSystem.EventHandlerRaised when the sort column is changed.MethodSystem.BooleanReturns the index of the column currently being used to sort the model data.
a , an integer to put the results in
a , an object to put the type of sort into
a PropertySystem.BooleanReturn whether this TreeModel has a default sort function or not.a , true if a default sort function exists.See to set a default sort function.MethodSystem.VoidSets a function that should be used to be sort a particular column.
A , the index of the column to be sorted
A , the function to use for sorting
This method is meant to be used together with