Last change
on this file since 208 was 14, checked in by Nicholas Riley, 22 years ago |
F-Script Anywhere 1.1.2
|
File size:
772 bytes
|
Line | |
---|
1 | {
|
---|
2 | IBClasses = (
|
---|
3 | {
|
---|
4 | ACTIONS = {
|
---|
5 | captureView = id;
|
---|
6 | defineVariable = id;
|
---|
7 | update = id;
|
---|
8 | viewInObjectBrowser = id;
|
---|
9 | };
|
---|
10 | CLASS = FSAViewAssociationController;
|
---|
11 | LANGUAGE = ObjC;
|
---|
12 | OUTLETS = {
|
---|
13 | associateButton = NSButton;
|
---|
14 | browseButton = NSButton;
|
---|
15 | captureButton = NSButton;
|
---|
16 | descriptionField = NSTextField;
|
---|
17 | statusField = NSTextField;
|
---|
18 | variableNameField = NSTextField;
|
---|
19 | };
|
---|
20 | SUPERCLASS = NSWindowController;
|
---|
21 | },
|
---|
22 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
---|
23 | );
|
---|
24 | IBVersion = 1;
|
---|
25 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.