API 0.9.5
AppKit/CPRadioGroup.h
Go to the documentation of this file.
00001 
00002 @interface CPRadioGroup : CPObject
00003 {
00004     CPSet   _radios;
00005     CPRadio _selectedRadio;
00006 
00007     id      _target // @accessors(property=target);
00008     SEL     _action // @accessors(property=action);
00009 }
00010 @end
 All Classes Files Functions Variables Defines