Merge branch 'rewrite-sheet' of ssh://jmd@git.sv.gnu.org/srv/git/pspp into rewrite...
[pspp-builds.git] / src / ui / gui / data-editor.h
index 6ee05f45a41ea7eb77ed87ac7a323363fc093f67..af282e26fb0f947e6896269c53183967d5be0ad2 100644 (file)
@@ -33,6 +33,8 @@ struct data_editor
   GtkAction *action_data_save;
 
 
+  GtkAction *invoke_text_import_assistant;
+
   /* Actions which invoke dialog boxes */
   GtkAction *invoke_weight_cases_dialog;
   GtkAction *invoke_transpose_dialog;
@@ -59,6 +61,8 @@ struct data_editor
   GtkAction *invoke_oneway_anova_dialog;
   GtkAction *invoke_t_test_one_sample_dialog;
 
+  GtkToggleAction *toggle_split_window;
+
 
   /* Actions which do things */
   GtkAction *insert_variable;
@@ -73,6 +77,8 @@ struct data_editor
   GtkMenu *data_sheet_variable_popup_menu;
   GtkMenu *data_sheet_cases_popup_menu;
 
+  GtkMenu *var_sheet_variable_popup_menu;
+
   PsppireDataEditor *data_editor;
 
   gboolean save_as_portable;