home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / AlexNeXTSTEPSource / Source / Chapter9_Text / Words / English.lproj / Words.nib~ / data.classes next >
Encoding:
Text File  |  1992-12-14  |  246 b   |  19 lines

  1. TextController = {
  2.     ACTIONS = {
  3.     newDocument:;
  4.     saveAs:;
  5.     showOpenPanel:;
  6.     showSavePanel:;
  7.     };
  8.     OUTLETS = {
  9.     openPanel;
  10.     savePanel;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19.