gtkBoxSetHomogeneous {RGtk2} | R Documentation |
Sets the :homogeneous
property of box
, controlling
whether or not all children of box
are given equal space
in the box.
gtkBoxSetHomogeneous(object, homogeneous)
|
[GtkBox ] a GtkBox |
|
[logical] a boolean value, TRUE to create equal allotments,
FALSE for variable allotments |
Derived by RGtkGen from GTK+ documentation