Package: gtk

Accessor gtk:tree-view-column-clickable

Lambda List

gtk:tree-view-column-clickable (object)

Syntax

(gtk:tree-view-column-clickable object) => clickable
(setf (gtk:tree-view-column-clickable object) clickable)

Arguments

object -- a gtk:tree-view-column object
clickable -- true if the tree view column header is active

Details

Accessor of the clickable slot of the gtk:tree-view-column class. The gtk:tree-view-column-clickable function returns true if the user can click on the header for the tree view column. The (setf gtk:tree-view-column-clickable) function sets the header to be active if clickable is true. When the header is active, then it can take keyboard focus, and can be clicked.

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