Annotation of OpenXM/src/cfep/English.lproj/MyOutputWindow.nib/classes.nib, Revision 1.1.1.1
1.1 takayama 1: {
2: IBClasses = (
3: {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
4: {
5: ACTIONS = {printDocument = id; };
6: CLASS = MyOutputWindowController;
7: LANGUAGE = ObjC;
8: OUTLETS = {
9: inputCounterField = NSTextField;
10: textViewOut = NSTextView;
11: window = NSWindow;
12: };
13: SUPERCLASS = NSWindowController;
14: }
15: );
16: IBVersion = 1;
17: }
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>