Add an NSPanel to ask the questions
This commit is contained in:
+7
-2
@@ -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;
|
||||
}
|
||||
);
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user