Package: gtk
Function gtk:tree-sortable-set-sort-func
Lambda Listgtk:tree-sortable-set-sort-func (sortable column func) Argumentssortable -- a gtk:tree-sortable object column -- 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 column, then the model will sort using this function. Warning | See also |
#2024-5-9