Go to the first, previous, next, last section, table of contents.


6.25 The horizontal box widget

6.25.1 Description

6.25.2 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 (see section 6.5 The box widget) 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.

6.25.3 Signals

6.25.4 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.

@gtkstdmacros{HBox, HBOX}


Go to the first, previous, next, last section, table of contents.