home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / lib / GdbClient.bundle / English.lproj / GdbClient.nib / data.classes < prev    next >
Encoding:
Text File  |  1994-11-29  |  1.9 KB  |  151 lines

  1. EditDriver = {
  2.     ACTIONS = {
  3.     makeManWindow:;
  4.     queryCommand:;
  5.     newdir:;
  6.     userPipe:;
  7.     queryPipe:;
  8.     quit:;
  9.     userCommand:;
  10.     doInfo:;
  11.     realQuit:;
  12.     doTags:;
  13.     tags:;
  14.     newDirWindow:;
  15.     create:;
  16.     man:;
  17.     };
  18.     OUTLETS = {
  19.     menu;
  20.     winSwitch;
  21.     gdbSpeaker;
  22.     userMenu;
  23.     herald;
  24.     targets;
  25.     otherMenu;
  26.     activateMenu;
  27.     findAndReplace;
  28.     query;
  29.     };
  30.     SUPERCLASS = Application;
  31. };
  32. DisablePanel = {
  33.     ACTIONS = {
  34.     };
  35.     OUTLETS = {
  36.     };
  37.     SUPERCLASS = Panel;
  38. };
  39. FirstResponder = {
  40.     ACTIONS = {
  41.     finish:;
  42.     step:;
  43.     down:;
  44.     frame:;
  45.     continue:;
  46.     setBreakpoint:;
  47.     up:;
  48.     printSelectionIndirect:;
  49.     printSelection:;
  50.     next:;
  51.     runUntil:;
  52.     };
  53.     SUPERCLASS = Object;
  54. };
  55. GdbClient = {
  56.     ACTIONS = {
  57.     next:;
  58.     upFrame:;
  59.     finish:;
  60.     backtrace:;
  61.     quit:;
  62.     step:;
  63.     castType:;
  64.     continue:;
  65.     pickFrame:;
  66.     printSelectionIndirect:;
  67.     runUntilLine:;
  68.     breakAtLine:;
  69.     run:;
  70.     toggleWindow:;
  71.     curFrame:;
  72.     printSelection:;
  73.     interrupt:;
  74.     downFrame:;
  75.     };
  76.     OUTLETS = {
  77.     quitButton;
  78.     lineMatrix;
  79.     backtraceDepth;
  80.     proceedMatrix;
  81.     namePath;
  82.     selectionMatrix;
  83.     valueTextField;
  84.     proceedBox;
  85.     controllerDisable;
  86.     interruptButton;
  87.     backtraceDisable;
  88.     runMatrix;
  89.     stackMatrix;
  90.     typeText;
  91.     mainPanel;
  92.     runButton;
  93.     backtracePanel;
  94.     browseButton;
  95.     backtraceBrowser;
  96.     };
  97.     SUPERCLASS = Object;
  98. };
  99. WMPathField = {
  100.     SUPERCLASS = View;
  101. };
  102. Scroller = {
  103.     OUTLETS = {
  104.     target;
  105.     };
  106.     SUPERCLASS = Control;
  107. };
  108. EditView = {
  109.     ACTIONS = {
  110.     windowDidBecomeKey:;
  111.     };
  112.     OUTLETS = {
  113.     scroll;
  114.     text;
  115.     };
  116.     SUPERCLASS = View;
  117. };
  118. DisableView = {
  119.     ACTIONS = {
  120.     };
  121.     OUTLETS = {
  122.     };
  123.     SUPERCLASS = View;
  124. };
  125. FileView = {
  126.     ACTIONS = {
  127.     windowWillClose:;
  128.     up:;
  129.     next:;
  130.     undoChanges:;
  131.     finish:;
  132.     save:;
  133.     down:;
  134.     setBreakpoint:;
  135.     step:;
  136.     continue:;
  137.     realUndoChanges:;
  138.     breakLink:;
  139.     doSaveIn:;
  140.     printSelectionIndirect:;
  141.     saveIn:;
  142.     runUntil:;
  143.     makeRTF:;
  144.     doSave:;
  145.     attemptSaveIn:;
  146.     printSelection:;
  147.     frame:;
  148.     };
  149.     SUPERCLASS = EditView;
  150. };
  151.