gtkBoxSetHomogeneous {RGtk2}R Documentation

gtkBoxSetHomogeneous

Description

Sets the :homogeneous property of box, 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.12.5-3 Index]