|
|
1.1 ! root 1: FirstResponder = { ! 2: ACTIONS = { ! 3: close:; ! 4: enterSelection:; ! 5: save:; ! 6: findPrevious:; ! 7: findNext:; ! 8: performResize:; ! 9: saveAs:; ! 10: execute:; ! 11: print:; ! 12: }; ! 13: SUPERCLASS = Object; ! 14: }; ! 15: FindPanel = { ! 16: ACTIONS = { ! 17: findNextReturn:; ! 18: enterSelection:; ! 19: makeKeyAndOrderFront:; ! 20: orderOut:; ! 21: findNext:; ! 22: findPrevious:; ! 23: }; ! 24: OUTLETS = { ! 25: ignoreCaseButton; ! 26: findText; ! 27: findNextButton; ! 28: }; ! 29: SUPERCLASS = Object; ! 30: }; ! 31: YapApp = { ! 32: ACTIONS = { ! 33: updatePreferencesPanel:; ! 34: showPrefs:; ! 35: showHelp:; ! 36: okPreferencesPanel:; ! 37: openDocument:; ! 38: newDocument:; ! 39: showInfo:; ! 40: }; ! 41: OUTLETS = { ! 42: showCacheButton; ! 43: outputView; ! 44: clearCacheButton; ! 45: outputHeightField; ! 46: outputWindow; ! 47: outputWidthField; ! 48: }; ! 49: SUPERCLASS = Application; ! 50: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.