API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPRadioGroup.h
Go to the documentation of this file.
1 
2 @interface CPRadioGroup : CPObject
3 {
4  CPSet _radios;
5  CPRadio _selectedRadio;
6 
7  id _target // @accessors(property=target);
8  SEL _action // @accessors(property=action);
9 }
10 @end