gtkToolbarGetOrientation {RGtk2}R Documentation

gtkToolbarGetOrientation

Description

Retrieves the current orientation of the toolbar. See gtkToolbarSetOrientation. WARNING: gtk_toolbar_get_orientation has been deprecated since version 2.16 and should not be used in newly-written code. Use gtkOrientableGetOrientation instead.

Usage

gtkToolbarGetOrientation(object)

Arguments

object

a GtkToolbar

Value

[GtkOrientation] the orientation

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]