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

Functions

void D4D_CheckBoxSetValue (D4D_OBJECT_PTR pThis, D4D_BOOL value)
 Function Sets the the check box value. More...
 
D4D_BOOL D4D_CheckBoxGetValue (D4D_OBJECT_PTR pThis)
 Function Gets the the check box value. More...
 

Detailed Description

This section specifies the exact usage for each API function.

Function Documentation

D4D_BOOL D4D_CheckBoxGetValue ( D4D_OBJECT_PTR  pThis)

Function Gets the the check box value.

Parameters
pThis- pointer to the check box object
Returns
Current value of check box object
Note
This gets the value of check box.

Definition at line 323 of file d4d_check_box.c.

void D4D_CheckBoxSetValue ( D4D_OBJECT_PTR  pThis,
D4D_BOOL  value 
)

Function Sets the the check box value.

Parameters
pThis- pointer to the check box object that should be sets.
value- new value of check box
Returns
none.
Note
This sets the value of check box.

Definition at line 296 of file d4d_check_box.c.

Here is the call graph for this function: