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 gtk:tree-view-column-sort-order function to change the direction of the arrow.

Warning

The gtk:tree-view-column implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-2-19