X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.h;h=6cd609fa0e2c4c8f0ba306b38095f6173c584f83;hb=6e43222c13e68dcc68e88b963350a431593e0dc6;hp=a49d2c5b2ca066f893a283d70a3f1440e88873c8;hpb=c65449a628d13f4683e7dc7125874608c7152017;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index a49d2c5b..6cd609fa 100644 --- a/src/ui/gui/data-editor.h +++ b/src/ui/gui/data-editor.h @@ -31,6 +31,8 @@ struct data_editor GtkAction *action_data_save_as; GtkAction *action_data_save; + GtkAction *invoke_text_import_assistant; + /* Actions which invoke dialog boxes */ GtkAction *invoke_weight_cases_dialog; GtkAction *invoke_transpose_dialog; @@ -46,10 +48,14 @@ struct data_editor GtkAction *invoke_recode_same_dialog; GtkAction *invoke_recode_different_dialog; + GtkAction *invoke_crosstabs_dialog; GtkAction *invoke_descriptives_dialog; + GtkAction *invoke_frequencies_dialog; GtkAction *invoke_t_test_independent_samples_dialog; + GtkAction *invoke_t_test_paired_samples_dialog; GtkAction *invoke_oneway_anova_dialog; + GtkAction *invoke_t_test_one_sample_dialog; /* Actions which do things */