DxGUI/dxCreateRootPane: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "<pageclass class="client" subcaption="GUI Class method"></pageclass> __NOTOC__ This function allows creation of a root pane.Root pane contains the all elements.There can be onl...")
 
Line 14: Line 14:


==See Also==
==See Also==
[[http://wiki.multitheftauto.com/wiki/DxGUI|Back to dxGUI page]]
[[http://wiki.multitheftauto.com/wiki/DxGUI/|Back to dxGUI page]]

Revision as of 19:59, 25 May 2012


This function allows creation of a root pane.Root pane contains the all elements.There can be only 1 root pane. (It called by script automatically.)

Syntax

dxRootPane dxCreateRootPane ()

Returns

Returns a dxCreateRootPane if it was successfully created which then can make childs, false otherwise.


See Also

[to dxGUI page]