DgsCreateTabPanel: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This function allows creation of a DGS Tab Panel.
This function allows creation of a DGS [[Tab Panel]].
 
 
[[Image:Mta-screen 2017-08-12 14-25-35.png|frame|Example DGS Tab Panel.]]
 
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
element dgsDxCreateTabPanel( float x, float y, float width, float height, bool relative, [ element parent = nil, element tabheight = 20, defbgcolor = )]
element dgsDxCreateTabPanel( float x, float y, float width, float height, bool relative, [ element parent = nil, element tabheight = 20, defbgcolor = )]
</syntaxhighlight>
</syntaxhighlight>

Revision as of 13:47, 12 August 2017

This function allows creation of a DGS Tab Panel.

Syntax

element dgsDxCreateTabPanel( float x, float y, float width, float height, bool relative, [ element parent = nil, element tabheight = 20, defbgcolor = )]