HBox
Description
<hbox> and
<vbox> elements are
used to layout your dialogs.
The <hbox>
specifies a box in which the child widgets are horizontically arranged.
A hbox is a widget which cannot be selected and focused.
XML-Tag
<hbox>
Attributes
The hbox can only have name and
size attributes, which are described
here.
Remarks
This element can be used as child within windows and widgets.
It can have only one child widget.
Related elements
<vbox>,
elements
<<< GUI-Reference