Package: gtk

Accessor gtk:cell-area-context-minimum-width

Lambda List

gtk:cell-area-context-minimum-width (object)

Syntax

(gtk:cell-area-context-minimum-width object) => width
(setf (gtk:cell-area-context-minimum-width object) width

Arguments

context -- a gtk:cell-area-context object
width -- an integer with the minimum width

Details

Accessor of the minimum-width slot of the gtk:cell-area-context class. The minimum width for the cell area in this context for all gtk:tree-model rows that this context was requested for using the gtk:cell-area-preferred-width function.

Warning

The gtk:cell-area-context implementation is deprecated since 4.10. This object will be removed in GTK 5.
 

See also

2024-2-21