Description Usage Arguments Author(s)
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.
1 2 | gtkTreeSortableSetSortFunc(object, sort.column.id, sort.func,
user.data = NULL)
|
|
A |
|
the sort column id to set the function for |
|
The comparison function |
|
User data to pass to |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.