GtkVBox: GtkVBox

Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Author(s) References

Description

A vertical container box

Methods and Functions

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

Hierarchy

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12

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

https://developer.gnome.org/gtk2/stable/GtkVBox.html


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to GtkVBox in RGtk2...