API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPFontManager.h
Go to the documentation of this file.
1 
2 @interface CPFontManager : CPObject
3 {
4  CPArray _availableFonts;
5 
6  id _target // @accessors(property=target);
7  SEL _action // @accessors(property=action);
8 
9  id _delegate // @accessors(property=delegate);
10 
11  CPFont _selectedFont;
12  BOOL _multiple // @accessors;
13 
14  CPDictionary _activeChange;
15 }
16 @end