source: branches/objc-gf/ccl/OpenMCL.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib

Last change on this file was 874, checked in by Gary Byers, 20 years ago

Changes from Alex Crain, for typeout window.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 637 bytes
Line 
1{
2 IBClasses = (
3 {
4 ACTIONS = {
5 backtrace = id;
6 continue = id;
7 exitBreak = id;
8 inspect = id;
9 interrupt = id;
10 newListener = id;
11 restarts = id;
12 };
13 CLASS = FirstResponder;
14 LANGUAGE = ObjC;
15 SUPERCLASS = NSObject;
16 },
17 {
18 ACTIONS = {showPreferences = id; toggleTypeout = id; };
19 CLASS = NSApplication;
20 LANGUAGE = ObjC;
21 SUPERCLASS = NSResponder;
22 }
23 );
24 IBVersion = 1;
25}
Note: See TracBrowser for help on using the repository browser.