Package: gtk

Accessor gtk:tree-view-expander-column

Lambda List

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

Syntax

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

Arguments

object -- a gtk:tree-view widget
column -- a gtk:tree-view-column object with the column to draw the expander arrow at, or nil

Details

Accessor of the expander-column slot of the gtk:tree-view class. The gtk:tree-view-expander-column function returns the column that is the current expander column. The (setf gtk:tree-view-expander-column) function sets the column to draw the expander arrow at. It must be in the tree view. If the column argument is nil, then the expander arrow is always at the first visible column.

If you do not want expander arrow to appear in your tree, set the expander column to a hidden column.

Warning

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

See also

2024-3-9