The horizontal box widget
=========================
Description
-----------
Options
-------
- User Option: homogeneous
This option controls whether each object in the box has the same
size. In the case of the `GtkHBox', this effects the width. If
this option is set then the EXPAND option to the `gtk_box_pack'
(Note:GtkBox) routines is always set to `TRUE'.
- User Option: spacing
This option controls the amount of space that is added between the
objects packed into this `GtkVBox' object.
Signals
-------
Functions
---------
- Function: guint gtk_hbox_get_type (void)
Returns the `GtkHBox' type identifier.
- Function: GtkWidget* gtk_hbox_new (gint HOMOGENEOUS, gint SPACING)
Create a new `GtkHBox' object initializing it with the values in
HOMOGENEOUS and SPACING. The new widget is returned as a pointer
to a `GtkWidget' object. `NULL' is returned on failure.
- Function: GtkHBox* GTK_HBOX (gpointer OBJ)
Cast a generic pointer to `GtkHBox*'. Note:Standard Macros, for
more info.
- Function: GtkHBoxClass* GTK_HBOX_CLASS (gpointer CLASS)
Cast a generic pointer to `GtkHBoxClass*'. Note:Standard Macros,
for more info.
- Function: gint GTK_IS_HBOX (gpointer OBJ)
Determine if a generic pointer refers to a `GtkHBox' object. Note:Standard Macros, for more info.