Functions | |
void | D4D_RadioButtonSetValue (D4D_OBJECT_PTR pThis, D4D_BOOL value) |
Function Sets the the radio button value. More... | |
D4D_BOOL | D4D_RadioButtonGetValue (D4D_OBJECT_PTR pThis) |
Function Gets the the radio button value. More... | |
This section specifies the exact usage for each API function.
D4D_BOOL D4D_RadioButtonGetValue | ( | D4D_OBJECT_PTR | pThis | ) |
Function Gets the the radio button value.
pThis | - pointer to the radio button object |
Definition at line 322 of file d4d_radio_button.c.
void D4D_RadioButtonSetValue | ( | D4D_OBJECT_PTR | pThis, |
D4D_BOOL | value | ||
) |
Function Sets the the radio button value.
pThis | - pointer to the radio_button object that should be sets. |
value | - new value of radio_button |
Definition at line 295 of file d4d_radio_button.c.