gtkBoxSetHomogeneous {RGtk2}R Documentation

gtkBoxSetHomogeneous

Description

Sets the homogeneous field of GtkBox, controlling whether or not all children of box are given equal space in the box.

Usage

gtkBoxSetHomogeneous(object, homogeneous)

Arguments

object [GtkBox] a GtkBox.
homogeneous [logical] a boolean value, TRUE to create equal allotments, FALSE for variable allotments.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]