hbox

Table of contents

  1. 1. Example
  2. 2. Attributes
  3. 3. Properties
  4. 4. Methods
  5. 5. Related
Table of contents
  1. 1. Example
  2. 2. Attributes
  3. 3. Properties
  4. 4. Methods
  5. 5. Related
« XUL Reference home    [ Examples | Attributes | Properties | Methods | Related ]

A container element which can contain any number of child elements. This is equivalent to the box element.

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>

Related

Elements
box , vbox

Tags (2)

Edit tags

Attachments (0)

 

Attach file