API 0.9.5
AppKit/CPKeyBinding.h
Go to the documentation of this file.
00001 
00002 @interface CPKeyBinding : CPObject
00003 {
00004     CPString    _key;
00005     unsigned    _modifierFlags;
00006 
00007     CPArray     _selectors;
00008 
00009     CPString    _cacheName;
00010 }
00011 @end
 All Classes Files Functions Variables Defines