LM_LayoutView:AddChild(view, alignment, indent)

Version added: before 9.5

Add a new widget to the layout

ArgumentTypeDescriptionDefaultVer
viewLM_ViewThe view to add to the layout< 9.5
alignmentuint32How to align the child view - see alignment constantsLM.GUI.ALIGN_CENTER< 9.5
indentint32How far to indent the child view0< 9.5

Return type : none

Add a new widget to the layout. Use this to add user interface controls one at a time to a dialog box.
String "AddChild" is found in the following scripts:

Paint Bucket + (by Danfield)

WP Platter Control (by wigglepixel)

Tagger (by Lukas)

Layer Finder (by Lukas)

MR Pose Tool (by eugenebabich)

See all...