home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- saveAll:;
- save:;
- open:;
- saveAs:;
- undo:;
- };
- SUPERCLASS = Object;
- };
- PanelLoader = {
- ACTIONS = {
- showHelp:;
- showLegal:;
- showPref:;
- showInfo:;
- };
- OUTLETS = {
- infoPanel;
- legalPanel;
- helpPanel;
- prefPanel;
- };
- SUPERCLASS = Object;
- };
- EtermView = {
- ACTIONS = {
- undo:;
- windowDidResize:;
- cut:;
- paste:;
- copy:;
- windowWillResize:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
- EmacsApp = {
- ACTIONS = {
- terminate:;
- appDidInit:;
- showFontPanel:;
- };
- OUTLETS = {
- fontManager;
- currentView;
- };
- SUPERCLASS = Application;
- };
-