Added popup menu to row titles in variable sheet
[pspp-builds.git] / src / ui / gui / data-editor.h
index 9ea0e9169e0ba71e714dc1ed611e2249116e55dc..af282e26fb0f947e6896269c53183967d5be0ad2 100644 (file)
@@ -61,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;
@@ -75,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;