Add an NSPanel to ask the questions

This commit is contained in:
Steve Checkoway
2003-09-10 04:31:47 +00:00
parent bd5220743d
commit 1e5536c7d6
3 changed files with 8 additions and 2 deletions
+7 -2
View File
@@ -2,10 +2,15 @@
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {pushedButton = id; };
ACTIONS = {pushedButton = id; pushedQuestionButton = id; };
CLASS = InstallerWindowController;
LANGUAGE = ObjC;
OUTLETS = {button = NSButton; textView = NSTextView; };
OUTLETS = {
button = NSButton;
questionField = NSTextField;
questionPanel = NSPanel;
textView = NSTextView;
};
SUPERCLASS = NSWindowController;
}
);
+1
View File
@@ -14,6 +14,7 @@
<key>IBOpenObjects</key>
<array>
<integer>21</integer>
<integer>206</integer>
</array>
<key>IBSystem Version</key>
<string>6L60</string>
Binary file not shown.