From a31b4a460baff7077fb77f4d680c362acbdc75fc Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 Jun 2008 16:35:40 -0400 Subject: [PATCH] Finishing hooking up the XIB * English.lproj/Breakpoints.xib: Set File's Owner to be BreakpointWindowController and set the window IBO * Source/BreakpointWindowController.m: (init): Adding a comment --- English.lproj/Breakpoints.xib | 24 ++++++++++++++++++++---- Source/BreakpointWindowController.m | 3 +++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/English.lproj/Breakpoints.xib b/English.lproj/Breakpoints.xib index 52850c3..4fe53be 100644 --- a/English.lproj/Breakpoints.xib +++ b/English.lproj/Breakpoints.xib @@ -8,7 +8,7 @@ 352.00 YES - + YES @@ -18,7 +18,7 @@ YES - NSObject + BreakpointWindowController FirstResponder @@ -339,6 +339,14 @@ YES + + + window + + + + 25 + @@ -568,7 +576,7 @@ {{398, 290}, {574, 484}} com.apple.InterfaceBuilder.CocoaPlugin {{398, 290}, {574, 484}} - + {196, 240} {{202, 428}, {480, 270}} com.apple.InterfaceBuilder.CocoaPlugin @@ -613,7 +621,7 @@ - 24 + 25 @@ -638,6 +646,14 @@ Source/BSSplitView.h + + BreakpointWindowController + NSWindowController + + IBProjectSource + Source/BreakpointWindowController.h + + NSObject diff --git a/Source/BreakpointWindowController.m b/Source/BreakpointWindowController.m index 13655a0..796b3f9 100644 --- a/Source/BreakpointWindowController.m +++ b/Source/BreakpointWindowController.m @@ -19,6 +19,9 @@ @implementation BreakpointWindowController +/** + * Constructor + */ - (id)init { if (self = [super initWithWindowNibName:@"Breakpoints"]) -- 2.22.5