Description:
Gtk_VBox
#include <gtk--/box.h>
Base classes: Gtk_Box
Derived by: Gtk_ColorSelection Gtk_GammaCurve
vertical box which can contain widgets and they're layoutedto a vertical row.
You should create these objects, but it is more confortable to
pass around pointers of Gtk_Box. All the methods that do anything
are in Gtk_Box class and this allows you to later change
the direction of the box, when there's no dependencies to hbox and
vbox classes.
See Gtk_Box.
|