Constructor
GtkHBoxnew
Declaration [src]
GtkWidget*
gtk_hbox_new (
gboolean homogeneous,
gint spacing
)
Description [src]
Creates a new GtkHBox
.
Deprecated since: | 3.2 |
You should use |
Parameters
homogeneous |
gboolean |
|
|
spacing |
gint |
The number of pixels to place by default between children. |
Return value
Returns: | GtkWidget |
A new |
|
The data is owned by the called function. |