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... | |
This section specifies the exact usage for each API function.
D4D_BOOL D4D_CheckBoxGetValue | ( | D4D_OBJECT_PTR | pThis | ) |
Function Gets the the check box value.
pThis | - pointer to the check box object |
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.
pThis | - pointer to the check box object that should be sets. |
value | - new value of check box |
Definition at line 296 of file d4d_check_box.c.