home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / GlyphManager.nib / data.classes next >
Encoding:
Text File  |  1993-01-23  |  488 b   |  41 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. GlyphView = {
  7.     OUTLETS = {
  8.     glyphMsgView;
  9.     scrollView;
  10.     };
  11.     SUPERCLASS = View;
  12. };
  13. GlyphManager = {
  14.     ACTIONS = {
  15.     setWidth:;
  16.     decHeight:;
  17.     delete:;
  18.     incWidth:;
  19.     incHeight:;
  20.     newClass:;
  21.     instantiate:;
  22.     enterHeight:;
  23.     newCat:;
  24.     rename:;
  25.     browserHit:;
  26.     enterWidth:;
  27.     edit:;
  28.     decWidth:;
  29.     };
  30.     OUTLETS = {
  31.     glyphView;
  32.     coupler;
  33.     browser;
  34.     height;
  35.     msgView;
  36.     width;
  37.     name;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.