Package: gtk

Accessor gtk-tree-view-column-sort-indicator

Lambda List

gtk-tree-view-column-sort-indicator (object)

Syntax

(gtk-tree-view-column-sort-indicator object) => setting
(setf (gtk-tree-view-column-sort-indicator object) setting)

Arguments

object -- a gtk-tree-view-column object
setting -- true to display an indicator that the tree view column is sorted

Details

Accessor of the sort-indicator slot of the gtk-tree-view-column class.

Call this function with a setting of true to display an arrow in the header button indicating the tree view column is sorted. Call the function gtk-tree-view-column-sort-order to change the direction of the arrow.
 

See also

2021-2-24