Package: gtk

Accessor gtk-tree-view-column-fixed-width

Lambda List

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

Syntax

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

Arguments

object -- a gtk-tree-view-column object
fixed-width -- an integer with the size to set the tree view column to, must be greater than 0

Details

Accessor of the fixed-width slot of the gtk-tree-view-column class.

The slot access function gtk-tree-view-column-fixed-width gets the fixed width of the tree view column in pixels. The slot access function (setf gtk-tree-view-column-fixed-width) sets the size. This is meaningful only if the sizing property is :fixed. The size of the tree view column is clamped to the min/max width for the column. Please note that the min/max width of the column does not actually affect the fixed-width property of the widget, just the actual size when displayed.
 

See also

2021-2-24