Rev | Line | |
---|
[102] | 1 | {
|
---|
| 2 | IBClasses = (
|
---|
| 3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
---|
| 4 | {
|
---|
| 5 | ACTIONS = {contentsClicked = id; };
|
---|
| 6 | CLASS = NJRReadMeController;
|
---|
| 7 | LANGUAGE = ObjC;
|
---|
| 8 | OUTLETS = {
|
---|
| 9 | body = NSTextView;
|
---|
| 10 | bodyBox = NSBox;
|
---|
| 11 | contents = NSTableView;
|
---|
| 12 | contentsBox = NSBox;
|
---|
| 13 | progress = NSProgressIndicator;
|
---|
| 14 | progressTabs = NSTabView;
|
---|
| 15 | splitter = NSSplitView;
|
---|
| 16 | };
|
---|
| 17 | SUPERCLASS = NSWindowController;
|
---|
| 18 | },
|
---|
| 19 | {CLASS = NJRSplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; }
|
---|
| 20 | );
|
---|
| 21 | IBVersion = 1;
|
---|
| 22 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.