class HBox
package buw
extends Box › Widget › Sprite › DisplayObjectContainer › InteractiveObject › DisplayObject › EventDispatcher
horizontal box
Widget 1 | Widget 2 |
Constructor
new (?relativeWidth:Float, ?columns:Array<HBoxColumn>)
Parameters:
relativeWidth | the widget relative width; defaults to 1 |
---|---|
columns | the columns relative widths and alignements; defaults to null |
Throws:
String | if relativeWidth not in [0..1] |
---|