[Top]
GTK
GTK.Vbox
|
Method GTK.Vbox()->create()
- Method
create
GTK.Vbox GTK.Vbox(int uniformp, int padding)
- Description
Create a new horizontal box widget.
If all_same_size is true, all widgets will have exactly the same size.
padding is added to the top and bottom of the children.
|