home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / Robby / English.lproj / Robby.nib / data.classes next >
Encoding:
Text File  |  1995-08-14  |  638 b   |  46 lines

  1. VolumeLight = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = VolumeMeter;
  7. };
  8. VolumeMeter = {
  9.     ACTIONS = {
  10.     setToInput:;
  11.     windowDidMiniaturize:;
  12.     setToOutput:;
  13.     stop:;
  14.     setStereo:;
  15.     run:;
  16.     windowDidBecomeMain:;
  17.     windowDidBecomeKey:;
  18.     windowDidDeminiaturize:;
  19.     setMono:;
  20.     windowWillClose:;
  21.     };
  22.     OUTLETS = {
  23.     delegate;
  24.     sound;
  25.     };
  26.     SUPERCLASS = View;
  27. };
  28. Starter = {
  29.     ACTIONS = {
  30.     appDidInit:;
  31.     toggleInputOutput:;
  32.     meterDidUpdate:;
  33.     };
  34.     OUTLETS = {
  35.     hidden_window;
  36.     toggle_menu;
  37.     volume_light;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. FirstResponder = {
  42.     ACTIONS = {
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46.