DgsCreateComboBox: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (→Syntax)  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
  This function allows creation of a DGS ComboBox .  |   This function allows creation of a DGS ComboBox .  | ||
==Syntax==    | ==Syntax==    | ||
<syntaxhighlight lang="lua">  | <syntaxhighlight lang="lua">  | ||
element dgsDxCreateComboBox( float x, float y, float width, float height, bool relative, [ element parent = nil, element itemheight = 20, int textcolor =   | element dgsDxCreateComboBox( float x, float y, float width, float height, bool relative, [ element parent = nil, element itemheight = 20, int textcolor = #000000, float scalex = 1, float scaley = 1, element defimg = nil, element selimg = nil, element cliimg = nil, int defcolor = #0078c8, int hovcolor= #005aff, int clicolor = #325afa] )  | ||
</syntaxhighlight>  | </syntaxhighlight>  | ||
Revision as of 08:10, 11 August 2017
This function allows creation of a DGS ComboBox .
Syntax
element dgsDxCreateComboBox( float x, float y, float width, float height, bool relative, [ element parent = nil, element itemheight = 20, int textcolor = #000000, float scalex = 1, float scaley = 1, element defimg = nil, element selimg = nil, element cliimg = nil, int defcolor = #0078c8, int hovcolor= #005aff, int clicolor = #325afa] )