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, or nil

Details

Accessor of the widget slot of the gtk-tree-view-column class.

The slot access function gtk-tree-view-column-widget returns the child widget in the button on the tree view column header. If a custom widget has not been set then nil is returned. The slot access function (setf gtk-tree-view-column-widget) sets the child widget. 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.
 

See also

2021-2-24