Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CPResponder.h
Go to the documentation of this file.
1 
2 @interface CPResponder : CPObject
3 {
4  CPMenu _menu;
5  CPResponder _nextResponder;
6 }
7 @end