Method
GtkToolItemget_orientation
Declaration [src]
GtkOrientation
gtk_tool_item_get_orientation (
GtkToolItem* tool_item
)
Description [src]
Returns the orientation used for tool_item
. Custom subclasses of
GtkToolItem
should call this function to find out what size icons
they should use.
Available since: | 2.4 |
Return value
Type: GtkOrientation
A GtkOrientation
indicating the orientation
used for tool_item
.