home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / MachOViewer / MachOViewer.app / Document.nib / data.classes next >
Encoding:
Text File  |  1994-05-29  |  544 b   |  42 lines

  1. Document = {
  2.     ACTIONS = {
  3.     show:;
  4.     };
  5.     OUTLETS = {
  6.     viewWindow;
  7.     fileRep;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. MachOView = {
  12.     ACTIONS = {
  13.     zoom:;
  14.     toggleAddresses:;
  15.     toggleScaling:;
  16.     toggleNames:;
  17.     show:;
  18.     toggleLibraries:;
  19.     unzoom:;
  20.     windowWillClose:;
  21.     toggleSections:;
  22.     toggleThreads:;
  23.     };
  24.     OUTLETS = {
  25.     showSectionsButton;
  26.     maxAddress;
  27.     unzoomButton;
  28.     theWindow;
  29.     minAddress;
  30.     zoomButton;
  31.     cpuSubtype;
  32.     cpuType;
  33.     theFont;
  34.     };
  35.     SUPERCLASS = View;
  36. };
  37. FirstResponder = {
  38.     ACTIONS = {
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42.