Package: gtk

Accessor gtk:column-view-column-resizable

Lambda List

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

Syntax

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

Arguments

object -- a gtk:column-view-column object
resizable -- true if this column is resizable

Details

Accessor of the resizable slot of the gtk:column-view-column class. The gtk:column-view-column-resizable function returns whether this column is resizable. The (setf gtk:column-view-column-resizable) function sets whether this column should be resizable by dragging.
 

See also

2024-11-28