home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / MallocDebug.app / English.lproj / MainWindow.nib / data.classes next >
Text File  |  1992-03-03  |  417b  |  31 lines

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