home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- close:;
- enterSelection:;
- save:;
- findPrevious:;
- findNext:;
- performResize:;
- saveAs:;
- execute:;
- print:;
- };
- SUPERCLASS = Object;
- };
- FindPanel = {
- ACTIONS = {
- findNextReturn:;
- enterSelection:;
- makeKeyAndOrderFront:;
- orderOut:;
- findNext:;
- findPrevious:;
- };
- OUTLETS = {
- ignoreCaseButton;
- findText;
- findNextButton;
- };
- SUPERCLASS = Object;
- };
- YapApp = {
- ACTIONS = {
- updatePreferencesPanel:;
- showPrefs:;
- showHelp:;
- okPreferencesPanel:;
- openDocument:;
- newDocument:;
- showInfo:;
- };
- OUTLETS = {
- showCacheButton;
- outputView;
- clearCacheButton;
- outputHeightField;
- outputWindow;
- outputWidthField;
- };
- SUPERCLASS = Application;
- };
-