Last change
on this file since 218 was 14, checked in by Nicholas Riley, 22 years ago |
F-Script Anywhere 1.1.2
|
File size:
772 bytes
|
Rev | Line | |
---|
[7] | 1 | {
|
---|
| 2 | IBClasses = (
|
---|
| 3 | {
|
---|
[14] | 4 | ACTIONS = {
|
---|
| 5 | captureView = id;
|
---|
| 6 | defineVariable = id;
|
---|
| 7 | update = id;
|
---|
| 8 | viewInObjectBrowser = id;
|
---|
| 9 | };
|
---|
[7] | 10 | CLASS = FSAViewAssociationController;
|
---|
| 11 | LANGUAGE = ObjC;
|
---|
| 12 | OUTLETS = {
|
---|
| 13 | associateButton = NSButton;
|
---|
[14] | 14 | browseButton = NSButton;
|
---|
[7] | 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.