X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.h;h=6ee05f45a41ea7eb77ed87ac7a323363fc093f67;hb=f82952d22e200e1b35cea23545857a2cf2f02c66;hp=e472bfa17fc9989513fddd3084f6d7d9a3578a91;hpb=0bd0098aec2ee31d9460c8d4c1263d0b5ccc4324;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index e472bfa1..6ee05f45 100644 --- a/src/ui/gui/data-editor.h +++ b/src/ui/gui/data-editor.h @@ -21,6 +21,7 @@ #include #include #include "window-manager.h" +#include "psppire-data-editor.h" struct data_editor { @@ -31,6 +32,7 @@ struct data_editor GtkAction *action_data_save_as; GtkAction *action_data_save; + /* Actions which invoke dialog boxes */ GtkAction *invoke_weight_cases_dialog; GtkAction *invoke_transpose_dialog; @@ -46,8 +48,11 @@ 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_examine_dialog; + GtkAction *invoke_regression_dialog; GtkAction *invoke_t_test_independent_samples_dialog; GtkAction *invoke_t_test_paired_samples_dialog; @@ -68,6 +73,7 @@ struct data_editor GtkMenu *data_sheet_variable_popup_menu; GtkMenu *data_sheet_cases_popup_menu; + PsppireDataEditor *data_editor; gboolean save_as_portable; @@ -84,7 +90,4 @@ void new_data_window (GtkMenuItem *, gpointer); void data_editor_select_sheet (struct data_editor *de, gint page); -enum {PAGE_DATA_SHEET = 0, PAGE_VAR_SHEET}; - - #endif