DgsCreateTabPanel: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
</syntaxhighlight>
</syntaxhighlight>


[[Image:Mta-screen_2017-08-11_07-ssd43-55.jpg|frame|Example DGS ComboBox.]]
[[Image:Mta-screen 2017-08-12 14-25-35.png|frame|Example DGS Tab Panel.]]

Revision as of 13:45, 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 = )]
Example DGS Tab Panel.