HBox VBox
term child1 the first child widget term child2 the second child widget term child3 the third child widget term child4 the fourth child widget ( and so on... ) debugLayout verbose logging HBox( `PushButton( `id( `ok ), "OK" ), `PushButton( `id( `cancel ), "Cancel" ) )
VBox1.ycp HBox1.ycp Layout-Buttons-Equal-Growing.ycp Layout-Fixed.ycp Layout-Mixed.ycp
The layout boxes are used to split up the dialog and layout a number of widgets horizontally ( HBox
) or vertically ( VBox
).
See the Layout HOWTO for details.