DgsCreateTabPanel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Syntax) |
||
Line 2: | Line 2: | ||
==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> | ||
==image== | ==image== | ||
[[Image:Mta-screen 2017-08-12 14-25-35.png|frame|Example DGS Tab Panel.]] | [[Image:Mta-screen 2017-08-12 14-25-35.png|frame|Example DGS Tab Panel.]] |