Package: gtk

Accessor gtk:tree-view-headers-visible

Lambda List

gtk:tree-view-headers-visible (object)

Syntax

(gtk:tree-view-headers-visible object) => visible
(setf (gtk:tree-view-headers-visible object) visible)

Arguments

object -- a gtk:tree-view widget
visible -- true if the headers are visible

Details

The accessor for the headers-visible slot of the gtk:tree-view class gets or sets wether to show the column header buttons.

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