[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public HBox (bool homogeneous, int spacing)
Creates a new HBox.
You should use Box with a gtk_orientation_horizontal orientation instead
homogeneous |
true if all children are to be given equal space allotments. |
spacing |
the number of pixels to place by default between children. |
a new HBox. |