home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Apps / ProjectBuilder.app / English.lproj / BuildWindow.nib / data.classes next >
Encoding:
Text File  |  1993-01-06  |  645 b   |  51 lines

  1. Maker = {
  2.     ACTIONS = {
  3.     clear:;
  4.     changeSize:;
  5.     nextError:;
  6.     make:;
  7.     selectError:;
  8.     prevError:;
  9.     };
  10.     OUTLETS = {
  11.     errorTitles;
  12.     doingText;
  13.     argsCell;
  14.     errorMatrix;
  15.     errorScroll;
  16.     argsForm;
  17.     buildButton;
  18.     shellText;
  19.     errorBox;
  20.     controller;
  21.     errorSizer;
  22.     arrowsMatrix;
  23.     makeWindow;
  24.     outputSplit;
  25.     hostCell;
  26.     container;
  27.     shellScroll;
  28.     outputBox;
  29.     };
  30.     SUPERCLASS = ProjectDriver;
  31. };
  32. FirstResponder = {
  33.     ACTIONS = {
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. MyObject = {
  38.     SUPERCLASS = Object;
  39. };
  40. ProjectDriver = {
  41.     ACTIONS = {
  42.     revert:;
  43.     };
  44.     OUTLETS = {
  45.     window;
  46.     contentView;
  47.     projectEditor;
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51.