home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_m68k_Intel_Only / HippoDraw.app / Hippo.bundle / NewInspector.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-07-06  |  324 b   |  22 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. NewInspector = {
  7.     ACTIONS = {
  8.     windowDidUpdate:;
  9.     setInspectPlot:;
  10.     orderFrontPanel:;
  11.     toggleInspectorPanels:;
  12.     };
  13.     OUTLETS = {
  14.     thePopUpList;
  15.     InspectorBox;
  16.     InspectorPanel;
  17.     thePopUpListButton;
  18.     inspectPlot;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22.