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) => width
(setf (gtk:tree-view-column-min-width object) width)

Arguments

object -- a gtk:tree-view-column object
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 gtk:tree-view-column-min-width function returns the minimum width in pixels of the tree view column, or -1 if no minimum width is set. The (setf gtk:tree-view-column-min-width) function sets the minimum width. If width is -1, then the minimum width is unset.

Warning

The gtk:tree-view-column implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-2-19