You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OliverF edited this page Feb 25, 2014
·
1 revision
Parents the control to another control.
Syntax
nil control:SetParent(control parent)
Returns
nil
Arguments
control parent
Control to which this control is parented
Example
localbutton=RSAS.GUI.Control("button", "myButtonID")
locallabel=RSAS.GUI.Control("label", "myLabelID")
label:SetParent(button) --add label to button as a child