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 gtk:tree-view-column-resizable function 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.

Warning

The gtk:tree-view-column implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-2-19