source: trunk/Cocoa/F-Script Anywhere/Source/English.lproj/MainMenu.nib/classes.nib@ 153

Last change on this file since 153 was 153, checked in by Nicholas Riley, 20 years ago

Integrates SCPatch and mach_inject; unfinished, buggy.

File size: 660 bytes
Line 
1{
2 IBClasses = (
3 {
4 ACTIONS = {installBundleInSelectedApp = id; };
5 CLASS = FSAApp;
6 LANGUAGE = ObjC;
7 OUTLETS = {appList = FSAAppList; appListWindow = NSWindow; };
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.