Last change
on this file since 7 was
7,
checked in by Nicholas Riley, 20 years ago
|
F-Script Anywhere 1.1.2a1
|
File size:
674 bytes
|
Line | |
---|
1 | { |
---|
2 | IBClasses = ( |
---|
3 | { |
---|
4 | ACTIONS = {installBundleInSelectedApp = id; terminate = id; }; |
---|
5 | CLASS = FSAApp; |
---|
6 | LANGUAGE = ObjC; |
---|
7 | OUTLETS = {appList = FSAAppList; appListPanel = NSPanel; }; |
---|
8 | SUPERCLASS = NSApplication; |
---|
9 | }, |
---|
10 | { |
---|
11 | CLASS = FSAAppList; |
---|
12 | LANGUAGE = ObjC; |
---|
13 | OUTLETS = {installButton = NSButton; tableView = NSTableView; }; |
---|
14 | SUPERCLASS = NSObject; |
---|
15 | }, |
---|
16 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
17 | {CLASS = NJRScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; } |
---|
18 | ); |
---|
19 | IBVersion = 1; |
---|
20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.