gtkToolItemSetHomogeneous {RGtk2} | R Documentation |
Sets whether tool.item
is to be allocated the same size as other
homogeneous items. The effect is that all homogeneous items will have
the same width as the widest of the items.
gtkToolItemSetHomogeneous(object, homogeneous)
|
[GtkToolItem ] a gtkToolItem |
|
[logical] whether tool.item is the same size as other homogeneous items |
Since 2.4
Derived by RGtkGen from GTK+ documentation