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

a GtkBox

homogeneous

a boolean value, TRUE to create equal allotments, FALSE for variable allotments

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]