Package: gtk

Function gtk:column-view-sorter-nth-sort-column

Lambda List

gtk:column-view-sorter-nth-sort-column (sorter pos)

Syntax

(gtk:column-view-sorter-nth-sort-column sorter pos) => column, order

Arguments

sorter -- a gtk:column-view-sorter object
pos -- an unsigned integer for the position of the sort column to retrieve, 0 for the primary sort column
column -- a gtk:column-view-column object
order -- a gtk:sort-type value for the sort order

Details

Gets the position‘th sort column and its associated sort order. Use the "changed" signal to get notified when sort columns change.

Since 4.10
 

See also

2025-3-30