Package: gtk

Function gtk:cell-area-context-preferred-width

Lambda List

gtk:cell-area-context-preferred-width (context)

Syntax

(gtk:cell-area-context-preferred-width context) => minimum-width, natural-width

Arguments

context -- a gtk:cell-area-context object
minimum-width -- an integer for the minimum width, or nil
-- natural-width]{an integer for the natural width, or nil

Details

Gets the accumulative preferred width for all rows which have been requested with this context. After the gtk:cell-area-context-reset function is called and/or before ever requesting the size of a gtk:cell-area object, the returned values are 0.
 

See also

#2025-07-14