The GtkVBox class is the class for instantiating vertical box widgets.
This is a logical container and has no visible presence on the screen. It is used to contain other widgets which are aligned vertically.
The class heirarchy
Object
+---GtkWidget
+---GtkContainer
+---GtkBox
+---GtkVBox
|
The methods for the GtkVBox class are documented below.
This method creates and initializes the widget.
This is a example of how to create a new vertical box widget.
mybox = .GtkVBox~new() |
None.
The new GtkVBox object.