Package: gtk

Function gtk:tree-sortable-set-sort-func

Lambda List

gtk:tree-sortable-set-sort-func (sortable id func)

Arguments

sortable -- a gtk:tree-sortable object
id -- an integer with the sort column ID to set the function for
func -- a gtk:tree-iter-compare-func callback function

Details

Sets the comparison function used when sorting to be func. If the current sort column ID of sortable is the same as id, then the model will sort using this function.
 

See also

2024-3-15