Last change
on this file since 218 was 153, checked in by Nicholas Riley, 21 years ago |
Integrates SCPatch and mach_inject; unfinished, buggy.
|
File size:
660 bytes
|
Rev | Line | |
---|
[7] | 1 | {
|
---|
| 2 | IBClasses = (
|
---|
| 3 | {
|
---|
[153] | 4 | ACTIONS = {installBundleInSelectedApp = id; };
|
---|
[7] | 5 | CLASS = FSAApp;
|
---|
| 6 | LANGUAGE = ObjC;
|
---|
[153] | 7 | OUTLETS = {appList = FSAAppList; appListWindow = NSWindow; };
|
---|
[7] | 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.