gtkToolItemSetExpand {RGtk2}R Documentation

gtkToolItemSetExpand

Description

Sets whether tool.item is allocated extra space when there is more room on the toolbar then needed for the items. The effect is that the item gets bigger when the toolbar gets bigger and smaller when the toolbar gets smaller.

Usage

gtkToolItemSetExpand(object, expand)

Arguments

object [GtkToolItem] a gtkToolItem
expand [logical] Whether tool.item is allocated extra space

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]