home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Demos / AppInspector.app / Info.nib / data.classes next >
Encoding:
Text File  |  1992-03-04  |  374 b   |  28 lines

  1. AppInspector = {
  2.     ACTIONS = {
  3.     peepWindow:;
  4.     inspectorWindow:;
  5.     openApp:;
  6.     findClass:;
  7.     info:;
  8.     browseClasses:;
  9.     browseObjects:;
  10.     };
  11.     OUTLETS = {
  12.     peepMenuCell;
  13.     voyeurListener;
  14.     toolsMenuCell;
  15.     browseMenuCell;
  16.     voyeurs;
  17.     select;
  18.     applicationMenu;
  19.     find;
  20.     };
  21.     SUPERCLASS = Application;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.