index
gtk-- homepage



Description:
Gtk_VBox

#include <gtk--/box.h>
Base classes: Gtk_Box
Derived by: Gtk_ColorSelection Gtk_GammaCurve

Vertical Box for laying widgets in 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.



Properties:


Public member index:


static GtkType get_type();
GtkVBox *gtkobj();
const GtkVBox *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_VBox();
Gtk_VBox(bool homogeneous=false,gint spacing=0);
Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_VBox(GtkVBox *castitem);
Private member index:


Gtk_VBox(const Gtk_VBox &);
Gtk_VBox &operator =(const Gtk_VBox &);

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)