Package: gtk

Accessor gtk:column-view-column-fixed-width

Lambda List

gtk:column-view-column-fixed-width (object)

Syntax

(gtk:column-view-column-fixed-width object) => width
(setf (gtk:column-view-column-fixed-width object) width)

Arguments

object -- a gtk:column-view-column object
width -- an integer with the fixed width of the column

Details

Accessor of the fixed-width slot of the gtk:column-view-column class. The gtk:column-view-column-fixed-width function gets the fixed width of the column. The (setf gtk:column-view-column-fixed-width) function sets the fixed width. If width is not -1, sets the fixed width of object, otherwise unsets it.

Setting a fixed width overrides the automatically calculated width. Interactive resizing also sets the fixed-width property.
 

See also

2024-11-28