Header: Gadgets.H
Syntax:
extern _kernel_oserror *radiobutton_set_state
(
unsigned int flags,
ObjectId window,
ComponentId radio_button,
int state
);
Purpose: Function sets toggles the state of the radio button. state = 1 is selected, and = 0 is not selected.
|
|
|