|
Last change
on this file was 6, checked in by Gary Byers, 21 years ago |
|
Initial revision
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | IBClasses = (
|
|---|
| 3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|---|
| 4 | {
|
|---|
| 5 | ACTIONS = {browserAction = id; browserDoubleAction = id; };
|
|---|
| 6 | CLASS = InspectorBrowserDelegate;
|
|---|
| 7 | LANGUAGE = ObjC;
|
|---|
| 8 | OUTLETS = {inspectorTableView = NSTableView; inspectorWindow = NSWindow; };
|
|---|
| 9 | SUPERCLASS = NSObject;
|
|---|
| 10 | },
|
|---|
| 11 | {CLASS = InspectorNSBrowser; LANGUAGE = ObjC; SUPERCLASS = NSBrowser; },
|
|---|
| 12 | {
|
|---|
| 13 | CLASS = InspectorTableViewDataSource;
|
|---|
| 14 | LANGUAGE = ObjC;
|
|---|
| 15 | OUTLETS = {inspectorBrowser = NSBrowser; inspectorWindow = NSWindow; };
|
|---|
| 16 | SUPERCLASS = NSObject;
|
|---|
| 17 | },
|
|---|
| 18 | {
|
|---|
| 19 | CLASS = InspectorTableViewDelegate;
|
|---|
| 20 | LANGUAGE = ObjC;
|
|---|
| 21 | OUTLETS = {inspectorWindow = NSWindow; };
|
|---|
| 22 | SUPERCLASS = NSObject;
|
|---|
| 23 | },
|
|---|
| 24 | {
|
|---|
| 25 | CLASS = InspectorWindowController;
|
|---|
| 26 | LANGUAGE = ObjC;
|
|---|
| 27 | OUTLETS = {inspectorBrowser = NSBrowser; };
|
|---|
| 28 | SUPERCLASS = NSWindowController;
|
|---|
| 29 | }
|
|---|
| 30 | );
|
|---|
| 31 | IBVersion = 1;
|
|---|
| 32 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.