home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Webster.app / English.lproj / Preferences.nib / data.classes next >
Text File  |  1992-03-05  |  347b  |  28 lines

  1. LRSwitch = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     performResize:;
  7.     };
  8.     SUPERCLASS = Object;
  9. };
  10. Preferences = {
  11.     ACTIONS = {
  12.     showp:;
  13.     printp:;
  14.     setSize:;
  15.     };
  16.     OUTLETS = {
  17.     boldIndex;
  18.     fontSizeForm;
  19.     fontSize;
  20.     panel;
  21.     printPictures;
  22.     setSize;
  23.     exactMatch;
  24.     pictureSwitch;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.