home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- LHAppDelegate = {
- ACTIONS = {
- appWillTerminate:;
- saveAs:;
- okAction:;
- showHelpPanel:;
- infoPanel:;
- cancelAction:;
- appDidInit:;
- append:;
- cancelAndStopModal:;
- comment:;
- talkToMe:;
- okAndStopModal:;
- info:;
- setAppendFile:;
- preRegister:;
- clearDefines:;
- };
- OUTLETS = {
- definesWindow;
- appendField;
- cancelButton;
- infoPanel;
- definesScrollView;
- commentTextField;
- valueTextField;
- definesText;
- defineTextField;
- helpPanel;
- keyTextField;
- mainWindow;
- talkToMePanel;
- tableTextField;
- okButton;
- };
- SUPERCLASS = Responder;
- };
-