home *** CD-ROM | disk | FTP | other *** search
- FileView = {
- ACTIONS = {
- windowWillClose:;
- up:;
- next:;
- undoChanges:;
- finish:;
- save:;
- down:;
- setBreakpoint:;
- step:;
- continue:;
- realUndoChanges:;
- breakLink:;
- doSaveIn:;
- printSelectionIndirect:;
- saveIn:;
- runUntil:;
- makeRTF:;
- doSave:;
- attemptSaveIn:;
- printSelection:;
- frame:;
- };
- SUPERCLASS = EditView;
- };
- DisablePanel = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- finish:;
- step:;
- down:;
- frame:;
- continue:;
- setBreakpoint:;
- up:;
- printSelectionIndirect:;
- printSelection:;
- next:;
- runUntil:;
- };
- SUPERCLASS = Object;
- };
- GdbClient = {
- ACTIONS = {
- next:;
- upFrame:;
- finish:;
- backtrace:;
- quit:;
- step:;
- castType:;
- continue:;
- pickFrame:;
- printSelectionIndirect:;
- runUntilLine:;
- breakAtLine:;
- run:;
- toggleWindow:;
- curFrame:;
- printSelection:;
- interrupt:;
- downFrame:;
- };
- OUTLETS = {
- stackMatrix;
- backtraceDisable;
- namePath;
- backtraceDepth;
- lineMatrix;
- status;
- mainPanel;
- runMatrix;
- browseButton;
- valueTextField;
- windowToggler;
- interruptButton;
- valueText;
- backtraceBrowser;
- scroller;
- controllerDisable;
- backtracePanel;
- speaker;
- typeText;
- selectionMatrix;
- proceedMatrix;
- proceedBox;
- };
- SUPERCLASS = Object;
- };
- WMPathField = {
- SUPERCLASS = View;
- };
- Scroller = {
- OUTLETS = {
- target;
- };
- SUPERCLASS = Control;
- };
- EditView = {
- ACTIONS = {
- windowDidBecomeKey:;
- };
- OUTLETS = {
- text;
- scroll;
- };
- SUPERCLASS = View;
- };
- EditDriver = {
- ACTIONS = {
- makeManWindow:;
- queryCommand:;
- newdir:;
- userPipe:;
- queryPipe:;
- quit:;
- userCommand:;
- doInfo:;
- realQuit:;
- doTags:;
- tags:;
- newDirWindow:;
- create:;
- man:;
- };
- OUTLETS = {
- menu;
- winSwitch;
- gdbSpeaker;
- userMenu;
- herald;
- targets;
- otherMenu;
- activateMenu;
- findAndReplace;
- query;
- };
- SUPERCLASS = Application;
- };
- DisableView = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
-