DxGUI/dxGetRootPane: 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__ You can use this method to get created root pane. ==Syntax== <syntaxhighlight lang="lua"> dxRootPane dxGetRootPa...")
 
(No difference)

Latest revision as of 20:04, 25 May 2012


You can use this method to get created root pane.

Syntax

dxRootPane dxGetRootPane()


Returns

Returns a dxRootPane.

See Also

Back to dxGUI page