Package: gtk

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

Lambda List

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

Syntax

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

Arguments

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

Details

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

See also

#2023-1-21