DgsCreateTabPanel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This function allows creation of a DGS | This function allows creation of a 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 = )]