home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / FastView.app / Preferences.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  451 b   |  35 lines

  1. AppPref = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     grayCheck;
  6.     cropText;
  7.     maxWText;
  8.     newDocumentCheck;
  9.     pressCheck;
  10.     speedMatrix;
  11.     sizetoCheck;
  12.     maxHText;
  13.     cropCheck;
  14.     };
  15.     SUPERCLASS = Preferences;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. Preferences = {
  23.     ACTIONS = {
  24.     appWillTerminate:;
  25.     appDidInit:;
  26.     orderFrontPrefs:;
  27.     setPref:;
  28.     };
  29.     OUTLETS = {
  30.     window;
  31.     nothing;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35.