GtkVBox Class

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.

GtkVBox Method Table of Contents

new - Create and initialize the widget


Method: new

This method creates and initializes the widget.

Example

This is a example of how to create a new vertical box widget.


mybox = .GtkVBox~new()

Method Parameters

None.

Method Results

The new GtkVBox object.




Valid XHTML 1.0!