home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- orderFrontNXColorPanel:;
- };
- SUPERCLASS = Object;
- };
- YapApp = {
- ACTIONS = {
- updatePreferencesPanel:;
- showPrefs:;
- showHelp:;
- okPreferencesPanel:;
- openDocument:;
- newDocument:;
- showInfo:;
- };
- OUTLETS = {
- showCacheButton;
- outputView;
- clearCacheButton;
- outputHeightField;
- prefsPanel;
- outputWidthField;
- };
- SUPERCLASS = Application;
- };
-