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:
610 bytes
|
Line | |
---|
1 | {
|
---|
2 | IBClasses = (
|
---|
3 | {
|
---|
4 | ACTIONS = {captureView = id; defineVariable = id; };
|
---|
5 | CLASS = FSAViewAssociationController;
|
---|
6 | LANGUAGE = ObjC;
|
---|
7 | OUTLETS = {
|
---|
8 | associateButton = NSButton;
|
---|
9 | captureButton = NSButton;
|
---|
10 | descriptionField = NSTextField;
|
---|
11 | statusField = NSTextField;
|
---|
12 | variableNameField = NSTextField;
|
---|
13 | };
|
---|
14 | SUPERCLASS = NSWindowController;
|
---|
15 | },
|
---|
16 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
|
---|
17 | );
|
---|
18 | IBVersion = 1;
|
---|
19 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.