home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / ProcessMonitor.app / ControlInspector.nib / data.classes next >
Text File  |  1992-03-04  |  333b  |  29 lines

  1. ControlInspector = {
  2.     ACTIONS = {
  3.     pause:;
  4.     play:;
  5.     stop:;
  6.     };
  7.     OUTLETS = {
  8.     pause;
  9.     play;
  10.     stop;
  11.     pid;
  12.     suspend;
  13.     };
  14.     SUPERCLASS = Inspector;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. Inspector = {
  22.     OUTLETS = {
  23.     window;
  24.     contentView;
  25.     inspectView;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.