Hooking up the step in/out/over and run buttons to the nib
[macgdbp.git] / English.lproj / Debugger.nib / classes.nib
1 {
2 IBClasses = (
3 {
4 ACTIONS = {run = id; stepIn = id; stepOut = id; stepOver = id; };
5 CLASS = DebuggerWindowController;
6 LANGUAGE = ObjC;
7 OUTLETS = {
8 "_error" = NSTextField;
9 "_registerController" = NSTreeController;
10 "_runButton" = NSButton;
11 "_sourceViewer" = NSTextView;
12 "_sourceViewerScroller" = NSScrollView;
13 "_stackController" = NSArrayController;
14 "_status" = NSTextField;
15 "_stepInButton" = NSButton;
16 "_stepOutButton" = NSButton;
17 "_stepOverButton" = NSButton;
18 };
19 SUPERCLASS = NSWindowController;
20 },
21 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
22 );
23 IBVersion = 1;
24 }