home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / SoundMusicDSP / Resound-2.5-MIHS / APIExamples / Math / Math.nib / data.classes < prev    next >
Encoding:
Text File  |  1997-12-05  |  508 b   |  37 lines

  1. MathModule = {
  2.     ACTIONS = {
  3.     shiftIt:;
  4.     halve:;
  5.     maximize:;
  6.     absIt:;
  7.     double:;
  8.     multiplyIt:;
  9.     reverseIt:;
  10.     invertIt:;
  11.     showMultiplyPanel:;
  12.     showShiftPanel:;
  13.     };
  14.     OUTLETS = {
  15.     percentChangeField;
  16.     multiplyPanel;
  17.     percentChangeScroller;
  18.     shiftSliderValue;
  19.     shiftPanel;
  20.     };
  21.     SUPERCLASS = Module;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. Module = {
  29.     ACTIONS = {
  30.     };
  31.     OUTLETS = {
  32.     TheModuleController;
  33.     TheModuleMenuNode;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37.