+ (MUIRadio *) radio

Default constructor

- (LONG) active

This attributes defines the number of the active entry in the radio gadgets. Valid range is from 0 for the first entry to NumEntries-1 for the last.

Setting MUIA_Radio_Active causes the gadget to be updated. On the other hand, when the user plays around with the gadget, MUIA_Radio_Active will always reflects the current state.

- (void) noNotifySetActive:(LONG)active
- (void) setActive:(LONG)active
- (void) setEntries:(OBArray *)entries

CAUTION: this is an initializer attribute, meaning it cannot be changed after the underlying MUI object is instantiated