Method
GtkCellAreaget_request_mode
since: 3.0
Declaration [src]
GtkSizeRequestMode
gtk_cell_area_get_request_mode (
GtkCellArea* area
)
Description [src]
Gets whether the area prefers a height-for-width layout or a width-for-height layout.
Available since: 3.0
Return value
Type: GtkSizeRequestMode
The GtkSizeRequestMode
preferred by area
.