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.
This method creates and initializes the widget.
This is a example of how to create a new horizontal box widget.
mybox = .GtkHBox~new() |
None.
The new GtkHBox object.