Annotation of OpenXM_contrib/gnuplot/NeXT/English.lproj/gnuview.nib/data.classes, Revision 1.1.1.1
1.1 maekawa 1: GnuView = {
2: ACTIONS = {
3: };
4: OUTLETS = {
5: prInfo;
6: };
7: SUPERCLASS = View;
8: };
9: gnuviewController = {
10: ACTIONS = {
11: largerPushed:;
12: GVactivate:;
13: deactivate:;
14: smallerPushed:;
15: windowDidBecomeMain:;
16: windowWillClose:;
17: activatePushed:;
18: };
19: OUTLETS = {
20: gnuView;
21: window;
22: activateButton;
23: controller;
24: };
25: SUPERCLASS = Object;
26: };
27: FirstResponder = {
28: ACTIONS = {
29: };
30: SUPERCLASS = Object;
31: };
32: Controller = {
33: ACTIONS = {
34: setKeyTitle:;
35: appDidInit:;
36: printPScodeInKey:;
37: newGnuView:;
38: };
39: OUTLETS = {
40: NameField;
41: activeTerm;
42: keyTerm;
43: };
44: SUPERCLASS = Object;
45: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>