Package: gtk

Accessor gtk-tree-view-headers-visible

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the headers-visible slot of the gtk-tree-view class.

The slot access function gtk-tree-view-headers-visible returns true if the headers on the tree view are visible. The slot access function (setf gtk-tree-view-headers-visible) sets the visibility state of the headers.
 

See also

2021-2-25