Functions | |
void | D4D_TextBoxRefreshAll (D4D_OBJECT *pObject) |
The function reinitialize whole object. More... | |
void | D4D_TextBoxChangeText (D4D_OBJECT *pObject, D4D_TCHAR *pText) |
The function change the text of the text box. More... | |
This section specifies the exact usage for each API function.
THE EXTERNAL API FUNCTIONS
void D4D_TextBoxChangeText | ( | D4D_OBJECT * | pObject, |
D4D_TCHAR * | pText | ||
) |
The function change the text of the text box.
pObject | - pointer to the text box object |
pText | - pointer to the text array that should be newly showed |
Definition at line 608 of file d4d_text_box.c.
void D4D_TextBoxRefreshAll | ( | D4D_OBJECT * | pObject | ) |
The function reinitialize whole object.
pObject | - pointer to the text box object |
Definition at line 593 of file d4d_text_box.c.