[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public VBox (bool homogeneous, int spacing)
Creates a new VBox.
You should use Box with a gtk_orientation_vertical 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 VBox. |