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


6.65 The vertical box widget

6.65.1 Description

6.65.2 Options

User Option: homogeneous
This option controls whether each object in the box has the same size. In the case of the GtkVBox, this refers to the height. If this option is set then the expand option to the gtk_box_pack (see section 6.5 The box widget) routines is always turned on.

User Option: spacing
This option sets the amount of space that is added between the objects packed into this GtkVBox object.

6.65.3 Signals

This widget does not define any new signals.

6.65.4 Functions

Function: guint gtk_vbox_get_type (void)
Returns the GtkVBox type identifier.

Function: GtkWidget* gtk_vbox_new (gint homogeneous, gint spacing)
Create a new GtkVBox 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{VBox, VBOX}


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