Last change
on this file since 920 was
842,
checked in by livings124, 16 years ago
|
Display a warning when in debug mode.
|
File size:
620 bytes
|
Line | |
---|
1 | { |
---|
2 | IBClasses = ( |
---|
3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
4 | { |
---|
5 | ACTIONS = {changeLevel = id; clearLog = id; writeToFile = id; }; |
---|
6 | CLASS = MessageWindowController; |
---|
7 | LANGUAGE = ObjC; |
---|
8 | OUTLETS = { |
---|
9 | fDebugWarningField = NSTextField; |
---|
10 | fDebugWarningIcon = NSImageView; |
---|
11 | fLevelButton = NSPopUpButton; |
---|
12 | fScrollView = NSScrollView; |
---|
13 | fTextView = NSTextView; |
---|
14 | }; |
---|
15 | SUPERCLASS = NSWindowController; |
---|
16 | } |
---|
17 | ); |
---|
18 | IBVersion = 1; |
---|
19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.