Drag[en]gine Script Module DragonScript
1.23
|
Classes | |
class | BorderLayout |
Divide container into 5 areas each with at most one widget inside. More... | |
class | BoxLayout |
Arrange widgets in box formation along X or Y axis enlarging them evenly. More... | |
class | CentrizedBoxLayout |
Arrange widgets in box formation along X or Y axis at minimum size. More... | |
class | FixedLayout |
Does not arrange nor resize widgets. More... | |
class | FixedMinimalLayout |
Sets widgets to their minimal desired size without moving them. More... | |
class | FlowLayout |
Arrange widgets flowing along X or Y axis. More... | |
class | FormLayout |
Lays out widgets in a 2-column grid with the right column consuming extra space. More... | |
class | GridLayout |
Lay out widgets in a regular grid. More... | |
class | ScrollPanelLayout |
Arrange content widget using the position value of two scrollbars. More... | |
class | StackLayout |
Arrange widgets to fill the entire container fully covering each other. More... | |
class | TabLayout |
Arrange widgets to fill entire container while showing only one of them. More... | |
class | ViewportLayout |
Similar to FixedMinimalLayout but allows to restrict width or height. More... | |
class | WeightLayout |
Arrange widgets along X or Y axis with weighted size. More... | |