gui2.boxmanuallayout
A layout where widget extents are determined manually using math expressions.
- class BoxManualLayout: gui2.layout.Layout;
A layout where widget extents are determined manually using math expressions.
Position and size of the widgets are defined by math expressions which
contain parent widgets' extents as variables.
- this(ref Node yaml);
Construct a BoxManualLayout from YAML.