home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / EmacsTeX / Emacs-3.0.1 / Source / English.lproj / Emacs.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  624 b   |  51 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     saveAll:;
  4.     save:;
  5.     open:;
  6.     saveAs:;
  7.     undo:;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. PanelLoader = {
  12.     ACTIONS = {
  13.     showHelp:;
  14.     showLegal:;
  15.     showPref:;
  16.     showInfo:;
  17.     };
  18.     OUTLETS = {
  19.     infoPanel;
  20.     legalPanel;
  21.     helpPanel;
  22.     prefPanel;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. EtermView = {
  27.     ACTIONS = {
  28.     undo:;
  29.     windowDidResize:;
  30.     cut:;
  31.     paste:;
  32.     copy:;
  33.     windowWillResize:;
  34.     };
  35.     OUTLETS = {
  36.     };
  37.     SUPERCLASS = View;
  38. };
  39. EmacsApp = {
  40.     ACTIONS = {
  41.     terminate:;
  42.     appDidInit:;
  43.     showFontPanel:;
  44.     };
  45.     OUTLETS = {
  46.     fontManager;
  47.     currentView;
  48.     };
  49.     SUPERCLASS = Application;
  50. };
  51.