Initial release of Maemo 5 port of gnuplot
[gnuplot] / src / NeXT / English.lproj / GnuTerm.nib / data.classes
diff --git a/src/NeXT/English.lproj/GnuTerm.nib/data.classes b/src/NeXT/English.lproj/GnuTerm.nib/data.classes
new file mode 100644 (file)
index 0000000..6cf88f6
--- /dev/null
@@ -0,0 +1,51 @@
+GnuView = {
+    ACTIONS = {
+    };
+    OUTLETS = {
+    };
+    SUPERCLASS = View;
+};
+gnuviewController = {
+    ACTIONS = {
+       activate:;
+       activatePushed:;
+       windowWillClose:;
+       windowDidBecomeMain:;
+       deactivate:;
+    };
+    OUTLETS = {
+       gnuView;
+       window;
+       activateButton;
+       controller;
+    };
+    SUPERCLASS = Object;
+};
+FirstResponder = {
+    ACTIONS = {
+    };
+    SUPERCLASS = Object;
+};
+Controller = {
+    ACTIONS = {
+       setDefaultGTSize:;
+       printPScodeInKey:;
+       miniaturizeAll:;
+       setKeyTitle:;
+       setUseBuffered:;
+       newGnuTerm:;
+       closeAll:;
+       appDidInit:;
+       termWillClose:;
+    };
+    OUTLETS = {
+       DefaultSize;
+       useKeyButton;
+       useBufferedSwitch;
+       gvList;
+       NameField;
+       activeTerm;
+       keyTerm;
+    };
+    SUPERCLASS = Object;
+};