Last change
on this file since 339 was 7, checked in by Nicholas Riley, 22 years ago |
F-Script Anywhere 1.1.2a1
|
File size:
903 bytes
|
Line | |
---|
1 | {
|
---|
2 | IBClasses = (
|
---|
3 | {
|
---|
4 | ACTIONS = {associateInterface = id; setFloating = id; };
|
---|
5 | CLASS = FSAController;
|
---|
6 | LANGUAGE = ObjC;
|
---|
7 | OUTLETS = {interpreterView = FSInterpreterView; };
|
---|
8 | SUPERCLASS = NSWindowController;
|
---|
9 | },
|
---|
10 | {
|
---|
11 | ACTIONS = {newBigBrowser = id; newKVBrowser = id; };
|
---|
12 | CLASS = FSInterpreterView;
|
---|
13 | LANGUAGE = ObjC;
|
---|
14 | OUTLETS = {
|
---|
15 | object1 = id;
|
---|
16 | object2 = id;
|
---|
17 | object3 = id;
|
---|
18 | object4 = id;
|
---|
19 | object5 = id;
|
---|
20 | object6 = id;
|
---|
21 | object7 = id;
|
---|
22 | object8 = id;
|
---|
23 | object9 = id;
|
---|
24 | };
|
---|
25 | SUPERCLASS = NSView;
|
---|
26 | },
|
---|
27 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
---|
28 | );
|
---|
29 | IBVersion = 1;
|
---|
30 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.