Method
GtkToolShellget_orientation
since: 2.14
Declaration [src]
GtkOrientation
gtk_tool_shell_get_orientation (
GtkToolShell* shell
)
Description [src]
Retrieves the current orientation for the tool shell. Tool items must not
call this function directly, but rely on gtk_tool_item_get_orientation()
instead.
Available since: 2.14
Return value
Type: GtkOrientation
The current orientation of shell
.