Implemented a dialog box for the ONEWAY command.
[pspp-builds.git] / src / ui / gui / data-editor.h
index 2186d4cf8e0cc8f5218da9bb722bd0e796c71245..9af3d737cddd03561101c97460a7b9fed7712eab 100644 (file)
@@ -38,8 +38,17 @@ struct data_editor
   GtkAction *invoke_sort_cases_dialog;
   GtkAction *invoke_compute_dialog;
   GtkAction *invoke_comments_dialog;
+  GtkAction *invoke_select_cases_dialog;
   GtkAction *invoke_goto_dialog;
   GtkAction *invoke_variable_info_dialog;
+  GtkAction *invoke_find_dialog;
+  GtkAction *invoke_rank_dialog;
+
+  GtkAction *invoke_descriptives_dialog;
+
+  GtkAction *invoke_t_test_independent_samples_dialog;
+  GtkAction *invoke_oneway_anova_dialog;
+
 
   /* Actions which do things */
   GtkAction *insert_variable;