gtkTreeSortableSetSortFunc {RGtk2} | R Documentation |
Sets the comparison function used when sorting to be sort.func
. If the
current sort column id of sortable
is the same as sort.column.id
, then the
model will sort using this function.
gtkTreeSortableSetSortFunc(object, sort.column.id, sort.func, user.data = NULL)
|
[GtkTreeSortable ] A GtkTreeSortable |
|
[integer] the sort column id to set the function for |
|
[GtkTreeIterCompareFunc ] The comparison function |
|
[R object] User data to pass to sort.func , or NULL |
Derived by RGtkGen from GTK+ documentation