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