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