gtkToolItemSetVisibleVertical {RGtk2}R Documentation

gtkToolItemSetVisibleVertical

Description

Sets whether tool.item is visible when the toolbar is docked vertically. Some tool items, such as text entries, are too wide to be useful on a vertically docked toolbar. If visible.vertical is FALSE tool.item will not appear on toolbars that are docked vertically.

Usage

gtkToolItemSetVisibleVertical(object, visible.vertical)

Arguments

object [GtkToolItem] a GtkToolItem
visible.vertical [logical] whether tool.item is visible when the toolbar is in vertical mode

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]