A container element which can contain any number of child elements. This is equivalent to the
element, except it defaults to horizontal orientation.box
More information is available in the XUL tutorial.
Example
<!-- Two button on the right --> <hbox> <spacer flex="1"/> <button label="Connect"/> <button label="Ping"/> </hbox>
Attributes
Inherited from XUL element |
Properties
Inherited Properties |
Methods
Related