Package: gtk

Function gtk:widget-request-mode

Lambda List

gtk:widget-request-mode (widget)

Arguments

widget -- a gtk:widget object

Return Value

The gtk:size-request-mode value preferred by widget.

Details

Gets whether the widget prefers a height-for-width layout or a width-for-height layout.

Notes

The gtk:bin widget generally propagate the preference of its child, container widgets need to request something either in context of their children or in context of their allocation capabilities.
 

See also

#2023-3-8