Functions | |
void | ListBox_UpdateWidth () |
Update the internal state of the text control. | |
string | ListBox_GetAlignment () |
Get the alignment. | |
string | ListBox_GetText () |
Get the text. | |
ludata | ListBox_GetFont () |
Get the font. | |
int | ListBox_GetFontHeight () |
Get the font height. | |
int | ListBox_GetMaxWidth () |
Get the maximum width. | |
int | ListBox_GetWidthLastLine () |
Get the width of the last line. | |
int | ListBox_GetMinNumLines () |
Get minimum number of lines. | |
int | ListBox_GetMinNumLines (int sepy) |
Get minimum number of lines. | |
int | ListBox_GetMaxNumLines (int x, int y, int w, int h) |
Get the maximum number of lines. | |
int | ListBox_GetMaxNumLines (int x, int y, int w, int h, int sepy) |
Get the maximum number of lines. | |
void | ListBox_SetAlignment (string val) |
Set the alignment. | |
void | ListBox_SetAlignment (int val) |
Set the alignment. | |
void | ListBox_SetFont (string val) |
Set the font. |