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