Header: Gadgets.H
Syntax:
extern _kernel_oserror *optionbutton_get_state
(
unsigned int flags,
ObjectId window,
ComponentId option_button,
int *state
);
Purpose: Function reads the state of the specified option box. state should be 0 for off, and 1 for on.
|
|
|