Class Index Cross Index Namespace Index

Class Gtk::VBox

Vertical Box for laying widgets in a vertical row.
Contained in: Gtk
Derived from: Gtk::Box
Derived by: Gtk::ColorSelection Gtk::GammaCurve

#include <gtk--/box.h>


public function member index:

VBox(bool homogeneous=false, gint spacing=0);
GtkVBox* gtkobj();
const GtkVBox* gtkobj() const;
static bool isA(Object* object);
virtual ~VBox();
 

Description:

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.


Function Member Descriptions:

Gtk::VBox::VBox - Create a vertical packing box.

VBox(bool homogeneous=false, gint spacing=0);
See HBox.


Gtk::VBox::gtkobj - Returns the underlaying gtk+ object.

GtkVBox* gtkobj();

Gtk::VBox::isA - Returns true if object is this type.

static bool isA(Object* object);