eGUI alias D4D  Release 3.0
Reference Manual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
D4D TEXT BOX API Functions Specification
Collaboration diagram for D4D TEXT BOX API Functions Specification:

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...
 

Detailed Description

This section specifies the exact usage for each API function.

THE EXTERNAL API FUNCTIONS

Function Documentation

void D4D_TextBoxChangeText ( D4D_OBJECT pObject,
D4D_TCHAR pText 
)

The function change the text of the text box.

Parameters
pObject- pointer to the text box object
pText- pointer to the text array that should be newly showed
Returns
none
Note
none

Definition at line 608 of file d4d_text_box.c.

Here is the call graph for this function:

void D4D_TextBoxRefreshAll ( D4D_OBJECT pObject)

The function reinitialize whole object.

Parameters
pObject- pointer to the text box object
Returns
none.
Note
The function returns back the object to default state

Definition at line 593 of file d4d_text_box.c.

Here is the call graph for this function: