corrected 3rd argument, noted the information from slouken that it needs to be an actual ui object and not a string
m (Categories) |
(corrected 3rd argument, noted the information from slouken that it needs to be an actual ui object and not a string) |
||
| Line 7: | Line 7: | ||
:;frameType : String - Type of the frame to be created (XML tag name): "Frame", "Button"... etc. | :;frameType : String - Type of the frame to be created (XML tag name): "Frame", "Button"... etc. | ||
:;frameName : String - Name of the newly created frame. If nil, no frame name is assigned. | :;frameName : String - Name of the newly created frame. If nil, no frame name is assigned. | ||
:;parentFrame : Frame - | :;parentFrame : Frame - The frame object that will be used as the created Frame's parent (cannot be a string!) | ||