Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GtkVBox

GtkVBox


Description

A vertical container box

Methods and Functions

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

Hierarchy

GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkVBox
                                       +----GtkColorSelection
                                       +----GtkFileChooserWidget
                                       +----GtkFontSelection
                                       +----GtkGammaCurve
                                       +----GtkRecentChooserWidget

Interfaces

GtkVBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Detailed Description

A GtkVBox is a container that organizes child widgets into a single column.

Use the GtkBox packing interface to determine the arrangement, spacing, height, and alignment of GtkVBox children.

All children are allocated the same width.

Structures

GtkVBox

undocumented

Convenient Construction

gtkVBox is the equivalent of gtkVBoxNew.

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.