gtkToolbarSetShowArrow {RGtk2}R Documentation

gtkToolbarSetShowArrow

Description

Sets whether to show an overflow menu when toolbar doesn't have room for all items on it. If TRUE, items that there are not room are available through an overflow menu.

Usage

gtkToolbarSetShowArrow(object, show.arrow)

Arguments

object [GtkToolbar] a GtkToolbar
show.arrow [logical] Whether to show an overflow menu

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]