Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / NeXT / English.lproj / GnuTerm.nib / data.classes
1 GnuView = {
2     ACTIONS = {
3     };
4     OUTLETS = {
5     };
6     SUPERCLASS = View;
7 };
8 gnuviewController = {
9     ACTIONS = {
10         activate:;
11         activatePushed:;
12         windowWillClose:;
13         windowDidBecomeMain:;
14         deactivate:;
15     };
16     OUTLETS = {
17         gnuView;
18         window;
19         activateButton;
20         controller;
21     };
22     SUPERCLASS = Object;
23 };
24 FirstResponder = {
25     ACTIONS = {
26     };
27     SUPERCLASS = Object;
28 };
29 Controller = {
30     ACTIONS = {
31         setDefaultGTSize:;
32         printPScodeInKey:;
33         miniaturizeAll:;
34         setKeyTitle:;
35         setUseBuffered:;
36         newGnuTerm:;
37         closeAll:;
38         appDidInit:;
39         termWillClose:;
40     };
41     OUTLETS = {
42         DefaultSize;
43         useKeyButton;
44         useBufferedSwitch;
45         gvList;
46         NameField;
47         activeTerm;
48         keyTerm;
49     };
50     SUPERCLASS = Object;
51 };