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=930423ee1c2ffba346329bd3778923a76be95f50;hpb=3358031c44f487dde08fddf3ebf9200eb9087d7e;p=pspp diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index 930423ee1c..9f8ce0a698 100644 --- a/src/ui/gui/data-editor.h +++ b/src/ui/gui/data-editor.h @@ -38,8 +38,20 @@ 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_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; @@ -47,6 +59,8 @@ struct data_editor GtkAction *delete_variables; GtkAction *delete_cases; + GtkToggleAction *toggle_value_labels; + GladeXML *xml; GtkMenu *data_sheet_variable_popup_menu;