home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / AppKit / Yap / English.lproj / Prefs.nib / data.classes next >
Encoding:
Text File  |  1992-02-10  |  404 b   |  27 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     orderFrontNXColorPanel:;
  4.     };
  5.     SUPERCLASS = Object;
  6. };
  7. YapApp = {
  8.     ACTIONS = {
  9.     updatePreferencesPanel:;
  10.     showPrefs:;
  11.     showHelp:;
  12.     okPreferencesPanel:;
  13.     openDocument:;
  14.     newDocument:;
  15.     showInfo:;
  16.     };
  17.     OUTLETS = {
  18.     showCacheButton;
  19.     outputView;
  20.     clearCacheButton;
  21.     outputHeightField;
  22.     prefsPanel;
  23.     outputWidthField;
  24.     };
  25.     SUPERCLASS = Application;
  26. };
  27.