Functions | |
void | Dialog_UpdateWidth () |
Update the internal state of the text control. | |
string | Dialog_GetAlignment () |
Get the alignment. | |
string | Dialog_GetText () |
Get the text. | |
ludata | Dialog_GetFont () |
Get the font. | |
int | Dialog_GetFontHeight () |
Get the font height. | |
int | Dialog_GetMaxWidth () |
Get the maximum width. | |
int | Dialog_GetWidthLastLine () |
Get the width of the last line. | |
int | Dialog_GetMinNumLines () |
Get minimum number of lines. | |
int | Dialog_GetMinNumLines (int sepy) |
Get minimum number of lines. | |
int | Dialog_GetMaxNumLines (int x, int y, int w, int h) |
Get the maximum number of lines. | |
int | Dialog_GetMaxNumLines (int x, int y, int w, int h, int sepy) |
Get the maximum number of lines. | |
void | Dialog_SetAlignment (string val) |
Set the alignment. | |
void | Dialog_SetAlignment (int val) |
Set the alignment. | |
void | Dialog_SetFont (string val) |
Set the font. | |
void | Dialog_SetText (string val) |
Set the text. | |
void | Dialog_AddText (string val) |
Add text. |