DgsCreateTabPanel: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "This function allows creation of a DGS Tab Panel.  ==Syntax==  <syntaxhighlight lang="lua"> element dgsDxCreateTabPanel( float x, float y, float width, float height, bool rela...")  | 
				No edit summary  | 
				||
| Line 5: | Line 5: | ||
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:Mta-screen_2017-08-11_07-ssd43-55.jpg|frame|Example DGS ComboBox.]]  | |||
Revision as of 13:43, 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 = )]
File:Mta-screen 2017-08-11 07-ssd43-55.jpg  
Example DGS ComboBox.