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

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. GlyphView = {
  7.     ACTIONS = {
  8.     clear:;
  9.     freezeButton:;
  10.     displayRaised:;
  11.     inspect:;
  12.     lock:;
  13.     browse:;
  14.     resize:;
  15.     play:;
  16.     };
  17.     OUTLETS = {
  18.     playButton;
  19.     resizeButton;
  20.     freezeButton;
  21.     glyphMsgView;
  22.     lockButton;
  23.     };
  24.     SUPERCLASS = View;
  25. };
  26. NXApp = {
  27.     SUPERCLASS = Object;
  28. };
  29.