gtkVBoxNew {RGtk2}R Documentation

gtkVBoxNew

Description

Creates a new GtkVBox.

Usage

gtkVBoxNew(homogeneous = NULL, spacing = NULL, show = TRUE)

Arguments

homogeneous [logical] TRUE if all children are to be given equal space allotments.
spacing [integer] the number of pixels to place by default between children.

Value

[GtkWidget] a new GtkVBox.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]