[Top]
GTK2
GTK2.TreeSortable
|
Method GTK2.TreeSortable()->set_sort_func()
- Method
set_sort_func
GTK2.TreeSortable set_sort_func(int column, function f, mixed user_data)
- Description
Sets the comparison function used when sorting to be f. If the current
sort column id of this sortable is the same as column, then the model will
sort using this function.
|