[Top]
GTK2
GTK2.Hbox
|
Method GTK2.Hbox()->create()
- Method
create
GTK2.Hbox GTK2.Hbox(int|mapping uniformp_or_props, int hpadding)
- Description
Create a new horizontal box widget.
If all_same_size is true, all widgets will have exactly the same size.
hpadding is added to the left and right of the children.
|