Package: gtk

Accessor gtk-tree-view-column-resizable

Lambda List

gtk-tree-view-column-resizable (object)

Syntax

(gtk-tree-view-column-resizable object) => resizable
(setf (gtk-tree-view-column-resizable object) resizable)

Arguments

object -- a gtk-tree-view-column object
resizable -- true, if the tree view column can be resized

Details

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

The slot access function gtk-tree-view-column-resizable returns true if the tree view column can be resized by the user.

If resizable is true, then the user can explicitly resize the tree view column by grabbing the outer edge of the column button. If resizable is true and the sizing mode of the tree view column is :autosize, then the sizing mode is changed to :grow-only.
 

See also

2021-2-24