Constructor
GtkBoxnew
Declaration [src]
GtkWidget*
gtk_box_new (
  GtkOrientation orientation,
  int spacing
)
Parameters
- orientation
- 
            Type: GtkOrientationThe box’s orientation. 
- spacing
- 
            Type: intThe number of pixels to place between children. 
Return value
Type: GtkWidget
A new GtkBox.
| The data is owned by the called function. |