GtkHBox Class

The GtkHBox class is the class for instantiating horizontal 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 horizontally.

The class heirarchy


   Object
      +---GtkWidget
         +---GtkContainer
            +---GtkBox
               +---GtkHBox

The methods for the GtkHBox class are documented below.

GtkHBox 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 horizontal box widget.


mybox = .GtkHBox~new()

Method Parameters

None.

Method Results

The new GtkHBox object.




Valid XHTML 1.0!