Last change
on this file since 813 was
813,
checked in by livings124, 16 years ago
|
Empty (and display) buffer right away when changing message level, and update the log a little more often.
|
File size:
501 bytes
|
Line | |
---|
1 | { |
---|
2 | IBClasses = ( |
---|
3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
4 | { |
---|
5 | ACTIONS = {changeLevel = id; clearLog = id; }; |
---|
6 | CLASS = MessageWindowController; |
---|
7 | LANGUAGE = ObjC; |
---|
8 | OUTLETS = { |
---|
9 | fLevelButton = NSPopUpButton; |
---|
10 | fScrollView = NSScrollView; |
---|
11 | fTextView = NSTextView; |
---|
12 | }; |
---|
13 | SUPERCLASS = NSWindowController; |
---|
14 | } |
---|
15 | ); |
---|
16 | IBVersion = 1; |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.