Package: gtk

Function gtk:widget-should-layout

Lambda List

gtk:widget-should-layout (widget)

Arguments

widget -- a gtk:widget object

Return Value

True if widget should be included in measureing and allocating.

Details

Returns whether widget should contribute to the measuring and allocation of its parent. This is false for invisible children, but also for children that have their own surface.
 

See also

#2025-2-15