Added a dialog box for the k-related-sample non-parametric tests.
[pspp-builds.git] / src / ui / gui / psppire-syntax-window.h
index 3e4edf87ade076ab2e084f5392d7a77d1a5c6a6a..08f5a7c5b2190246c9691a43b191b25b8f81484a 100644 (file)
@@ -53,6 +53,16 @@ struct _PsppireSyntaxWindow
   guint text_context;
 
   gchar *cliptext;
+
+  GtkAction *edit_cut;
+  GtkAction *edit_copy;
+  GtkAction *edit_delete;
+  GtkAction *edit_paste;
+
+  gulong ps_handler;
+  gulong sel_handler;
+
+  gboolean dispose_has_run;
 };
 
 struct _PsppireSyntaxWindowClass