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 the resizable argument is true, then the user can explicitly resize the tree view column by grabbing the outer edge of the column button. If the resizable argument is true and the sizing mode of the tree view column is :autosize, then the sizing mode is changed to :grow-only.
 

See also

2024-3-15