gtkToolbarSetOrientation {RGtk2}R Documentation

gtkToolbarSetOrientation

Description

Sets whether a toolbar should appear horizontally or vertically. WARNING: gtk_toolbar_set_orientation has been deprecated since version 2.16 and should not be used in newly-written code. Use gtkOrientableSetOrientation instead.

Usage

gtkToolbarSetOrientation(object, orientation)

Arguments

object

a GtkToolbar.

orientation

a new GtkOrientation.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]