index
gtk-- homepage



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.



Properties:


Public member index:


Gtk_VBox(bool homogeneous=false,gint spacing=0);
Gtk_VBox(GtkVBox *castitem);
GtkVBox *gtkobj();
const GtkVBox *gtkobj()const;
static bool isGtkVBox(Gtk_Object *checkcast);
Protected member index:


virtual void *get_parent_class();
Private member index:


GtkType get_type();

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)