API  1.0.0
CPRadioGroup.h
Go to the documentation of this file.
1 
2 @interface CPRadioGroup : CPObject
3 {
4  CPArray _radios;
5  CPRadio _selectedRadio;
6 
7  BOOL _enabled // @accessors(getter=enabled);
8  BOOL _hidden // @accessors(getter=hidden);
9 
10  id _target // @accessors(property=target);
11  SEL _action // @accessors(property=action);
12 }
13 @end
Definition: CPRadio.h:2