home *** CD-ROM | disk | FTP | other *** search
- SimpleCalc = {
- ACTIONS = {
- equalsKey:;
- infoPanel:;
- numberKeys:;
- numberDirectFromDisplay:;
- clearKeys:;
- operationKeys:;
- windowWillClose:;
- helpPanel:;
- appDidInit:;
- };
- OUTLETS = {
- stringSet;
- display;
- minusKey;
- enterKey;
- infoManager;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MinusPanel = {
- SUPERCLASS = Panel;
- };
-