Renaming the "Refresh" butto to be "Re-Connect" and hooking it up (though it does...
[macgdbp.git] / English.lproj / Debugger.nib / classes.nib
1 {
2 IBClasses = (
3 {
4 ACTIONS = {reconnect = id; run = id; stepIn = id; stepOut = id; stepOver = id; };
5 CLASS = DebuggerWindowController;
6 LANGUAGE = ObjC;
7 OUTLETS = {
8 "_error" = NSTextField;
9 "_reconnectButton" = NSButton;
10 "_registerController" = NSTreeController;
11 "_registerView" = NSOutlineView;
12 "_runButton" = NSButton;
13 "_sourceViewer" = NSTextView;
14 "_sourceViewerScroller" = NSScrollView;
15 "_stackController" = NSArrayController;
16 "_status" = NSTextField;
17 "_stepInButton" = NSButton;
18 "_stepOutButton" = NSButton;
19 "_stepOverButton" = NSButton;
20 };
21 SUPERCLASS = NSWindowController;
22 },
23 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
24 );
25 IBVersion = 1;
26 }