newspeoplefor developersdocumentationdownloads

nGuiFormLayout Script Interface

nguiformlayout:

Super Class:

Subclasses:

C++ Class:

Info

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".

Commands:


attachform

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.

attachwidget

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.

attachpos

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.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.