X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.h;h=9f8ce0a698049211292d0100605f9e4b74062b01;hb=c86f5b8a45cca158b46a4fe3b48280e88ce9aba1;hp=143a2e111f7cf8dd90bdc92f48746ffb7bb59d07;hpb=d22c3971e926ceaf62416c6482fe0fb1dc5407f0;p=pspp diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index 143a2e111f..9f8ce0a698 100644 --- a/src/ui/gui/data-editor.h +++ b/src/ui/gui/data-editor.h @@ -42,6 +42,16 @@ struct data_editor GtkAction *invoke_goto_dialog; GtkAction *invoke_variable_info_dialog; GtkAction *invoke_find_dialog; + GtkAction *invoke_rank_dialog; + GtkAction *invoke_recode_same_dialog; + GtkAction *invoke_recode_different_dialog; + + GtkAction *invoke_descriptives_dialog; + GtkAction *invoke_frequencies_dialog; + + GtkAction *invoke_t_test_independent_samples_dialog; + GtkAction *invoke_oneway_anova_dialog; + /* Actions which do things */ GtkAction *insert_variable;