home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / ScrollView / scrollv.nib / data.classes next >
Encoding:
Text File  |  1993-08-07  |  543 b   |  41 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. MyObject = {
  7.     ACTIONS = {
  8.     PrintScroll:;
  9.     Ruler:;
  10.     textBlack:;
  11.     textLgray:;
  12.     backLgray:;
  13.     backWhite:;
  14.     textDgray:;
  15.     backDgray:;
  16.     byteLengthTest:;
  17.     textLengthTest:;
  18.     PrintWindow:;
  19.     Left:;
  20.     Center:;
  21.     appendTextTest:;
  22.     setTextTest:;
  23.     Right:;
  24.     selectTextTest:;
  25.     backBlack:;
  26.     checkSpellingTest:;
  27.     textWhite:;
  28.     Save:;
  29.     Load:;
  30.     };
  31.     OUTLETS = {
  32.     appendTextInput;
  33.     TheWindow;
  34.     theByteLength;
  35.     theTextLength;
  36.     setTextInput;
  37.     MyScrollView;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.