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