home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Apps / MallocDebug.app / English.lproj / MainWindow.nib / data.classes next >
Encoding:
Text File  |  1994-11-29  |  488 b   |  34 lines

  1. MainWindow = {
  2.     ACTIONS = {
  3.     showUntouchedNodes:;
  4.     showLeakedNodes:;
  5.     showNewNodes:;
  6.     protectHeap:;
  7.     mark:;
  8.     display:;
  9.     show:;
  10.     showTouchedNodes:;
  11.     unprotectHeap:;
  12.     showAllNodes:;
  13.     };
  14.     OUTLETS = {
  15.     stringTable;
  16.     protectButton;
  17.     window;
  18.     scrollView;
  19.     sortMatrix;
  20.     totalBytesFormCell;
  21.     totalNodesFormCell;
  22.     unprotectButton;
  23.     showMatrix;
  24.     iconButton;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     orderFrontNXColorPanel:;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.