|
|
1.1 root 1: SimpleCalc = {
2: ACTIONS = {
3: equalsKey:;
4: infoPanel:;
5: numberKeys:;
6: numberDirectFromDisplay:;
7: clearKeys:;
8: operationKeys:;
9: windowWillClose:;
10: helpPanel:;
11: appDidInit:;
12: };
13: OUTLETS = {
14: stringSet;
15: display;
16: minusKey;
17: enterKey;
18: infoManager;
19: };
20: SUPERCLASS = Object;
21: };
22: FirstResponder = {
23: ACTIONS = {
24: };
25: SUPERCLASS = Object;
26: };
27: MinusPanel = {
28: SUPERCLASS = Panel;
29: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.