Functions | |
void | CheckButton_UpdateWidth () |
Update the internal state of the text control. | |
string | CheckButton_GetAlignment () |
Get the alignment. | |
string | CheckButton_GetText () |
Get the text. | |
ludata | CheckButton_GetFont () |
Get the font. | |
int | CheckButton_GetFontHeight () |
Get the font height. | |
int | CheckButton_GetMaxWidth () |
Get the maximum width. | |
int | CheckButton_GetWidthLastLine () |
Get the width of the last line. | |
int | CheckButton_GetMinNumLines () |
Get minimum number of lines. | |
int | CheckButton_GetMinNumLines (int sepy) |
Get minimum number of lines. | |
int | CheckButton_GetMaxNumLines (int x, int y, int w, int h) |
Get the maximum number of lines. | |
int | CheckButton_GetMaxNumLines (int x, int y, int w, int h, int sepy) |
Get the maximum number of lines. | |
void | CheckButton_SetAlignment (string val) |
Set the alignment. | |
void | CheckButton_SetAlignment (int val) |
Set the alignment. | |
void | CheckButton_SetFont (string val) |
Set the font. | |
void | CheckButton_SetText (string val) |
Set the text. | |
void | CheckButton_AddText (string val) |
Add text. |