19 lines
620 B
Plaintext
19 lines
620 B
Plaintext
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
ACTIONS = {changeLevel = id; clearLog = id; writeToFile = id; };
|
|
CLASS = MessageWindowController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
fDebugWarningField = NSTextField;
|
|
fDebugWarningIcon = NSImageView;
|
|
fLevelButton = NSPopUpButton;
|
|
fScrollView = NSScrollView;
|
|
fTextView = NSTextView;
|
|
};
|
|
SUPERCLASS = NSWindowController;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |