Package: gtk

Accessor gtk-tree-view-column-min-width

Lambda List

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

Syntax

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

Arguments

object -- a gtk-tree-view-column object
min-width -- an integer with the minimum width of the tree view column in pixels, or -1

Details

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

The slot access function gtk-tree-view-column-min-width returns the minimum width in pixels of the tree view column, or -1 if no minimum width is set. The slot access function (setf gtk-tree-view-column-min-width) sets the minimum width. If min-width is -1, then the minimum width is unset.
 

See also

2021-2-24