org.gnu.gtk
public class VBox extends Box
| Constructor Summary | |
|---|---|
| VBox(boolean homogenous, int spacing)
Constructs a new VBox widget
| |
| VBox(Handle handle)
Construct a VBox widget from a handle to a native resource. | |
| Method Summary | |
|---|---|
| static Type | getType()
Retrieve the runtime type used by the GLib library. |
| static VBox | getVBox(Handle handle)
Construct a VBox widget from a handle to a native resource. |
Parameters: homogenous TRUE if all children are to be given equal space allotments. spacing The number of pixels to place by default between children.