|
HBoxDescription<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> AttributesThe hbox can only have name and size attributes, which are described here.RemarksThis element can be used as child within windows and widgets.It can have only one child widget. Related elements<vbox>, elements |