Package: gtk
Function gtk:tree-sortable-sort-column-id
Lambda Listgtk:tree-sortable-sort-column-id (sortable) SyntaxArgumentsDetails The gtk:tree-sortable-sort-column-id function returns the current
sort column ID and the sort order. The (setf gtk:tree-sortable-sort-column-id) function sets the sort column ID
and the sort order. If no sort order is given, the sort order is set to the default value :ascending. The sortable will resort itself to reflect this change, after emitting a "sort-column-changed" signal. The column argument may either be a regular column ID, or one of the following special values: gtk:+tree-sortable-default-sort-column-id+ or gtk:+tree-sortable-unsorted-sort-column-id+. Warning | See also |
#2024-5-9