class Grid
package buw
extends VBox › Box › Widget › Sprite › DisplayObjectContainer › InteractiveObject › DisplayObject › EventDispatcher
grid box (for widgets vertical alignement)
Widget 1 | Widget 2 | Widget 3 |
Widget 4 | Widget 5 | Widget 6 |
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] |
---|