sys-file-reader: Elevate invalid number of labels from warning to error.
[pspp-builds.git] / src / ui / gui / psppire-syntax-window.h
index 3816a1319f8d6d57b0ee11fcc03823b0bbcf4860..08f5a7c5b2190246c9691a43b191b25b8f81484a 100644 (file)
@@ -51,6 +51,18 @@ struct _PsppireSyntaxWindow
   struct lexer *lexer;    /* Lexer to parse syntax */
   GtkWidget *sb;
   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