Functions | |
void | ComboBox_UpdateWidth () |
Update the internal state of the text control. | |
string | ComboBox_GetAlignment () |
Get the alignment. | |
string | ComboBox_GetText () |
Get the text. | |
ludata | ComboBox_GetFont () |
Get the font. | |
int | ComboBox_GetFontHeight () |
Get the font height. | |
int | ComboBox_GetMaxWidth () |
Get the maximum width. | |
int | ComboBox_GetWidthLastLine () |
Get the width of the last line. | |
int | ComboBox_GetMinNumLines () |
Get minimum number of lines. | |
int | ComboBox_GetMinNumLines (int sepy) |
Get minimum number of lines. | |
int | ComboBox_GetMaxNumLines (int x, int y, int w, int h) |
Get the maximum number of lines. | |
int | ComboBox_GetMaxNumLines (int x, int y, int w, int h, int sepy) |
Get the maximum number of lines. | |
void | ComboBox_SetAlignment (string val) |
Set the alignment. | |
void | ComboBox_SetAlignment (int val) |
Set the alignment. | |
void | ComboBox_SetText (string val) |
Set the text. | |
void | ComboBox_AddText (string val) |
Add text. |