This section specifies the exact usage for each API function.
Function Gets the the radio button value.
- Parameters
-
pThis | - pointer to the radio button object |
- Returns
- Current value of radio button object
- Note
- This gets the value of radio button.
Definition at line 322 of file d4d_radio_button.c.
Function Sets the the radio button value.
- Parameters
-
pThis | - pointer to the radio_button object that should be sets. |
value | - new value of radio_button |
- Returns
- none.
- Note
- This sets the value of radio button.
Definition at line 295 of file d4d_radio_button.c.