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

The accessor for the resizable slot of the gtk:tree-view-column class gets or sets whether the column is user resizable.

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.

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