Virtual Method
GtkWidgetget_request_mode
since: 3.0
Declaration [src]
GtkSizeRequestMode
get_request_mode (
GtkWidget* widget
)
Description [src]
Gets whether the widget prefers a height-for-width layout or a width-for-height layout.
GtkBin
widgets generally propagate the preference of
their child, container widgets need to request something either in
context of their children or in context of their allocation capabilities.
Available since: 3.0
Return value
Type: GtkSizeRequestMode
The GtkSizeRequestMode
preferred by widget
.