Package: gtk
Accessor gtk:tree-view-column-fixed-width
Lambda Listgtk:tree-view-column-fixed-width (object) Syntax(gtk:tree-view-column-fixed-width object) => width (setf (gtk:tree-view-column-fixed-width object) width) Argumentsobject -- a gtk:tree-view-column object width -- an integer for 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 gtk:tree-view-column-fixed-width function gets the fixed width of the tree view column in pixels. The (setf gtk:tree-view-column-fixed-width)
function sets the width. This is meaningful only if the sizing property has the :fixed value. The
width 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 width when displayed. Warning | See also |
2025-4-15