A nguiformlayout arranges the position of size of child widgets according to the layout rules "Attach To Form", "Attach To Widget" or "Attach To Pos".
- Command Input:
o(Widget), s(Edge=top|bottom|left|right)
- Command Output:
v
- Command Description:
- Attaches the given widget's edge to one of the form layout's edges.
- Command Input:
o(Widget), s(Edge=top|bottom|left|right), o(OtherWidget)
- Command Output:
v
- Command Description:
- Attaches the given widget's edge to one of the other child widgets close edge.
- Command Input:
o(Widget), s(Edge=top|bottom|left|right), f(RelativePos)
- Command Output:
v
- Command Description:
- Attaches the given widget's edge to a relative position (0.0 .. 1.0) in the form.