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 for the column to draw the expander arrow at, or nil

Details

The accessor for the expander-column slot of the gtk:tree-view class gets or sets the column that is the expander column. 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

2025-09-27