Package: gtk

Accessor gtk:tree-view-column-widget

Lambda List

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

Syntax

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

Arguments

object -- a gtk:tree-view-column object
widget -- a gtk:widget child widget, or nil

Details

The accessor for the widget slot of the gtk:tree-view-column class gets or sets the child widget in the button on the tree view column header. If a custom widget has not been set then nil is returned. If the child widget is nil, then the header button is set with a gtk:label widget set to the title of the tree view column.

Warning

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

See also

2025-09-21