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