X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fdata-editor.h;h=af282e26fb0f947e6896269c53183967d5be0ad2;hb=fe95b5dcdb4808642094719019e2d7fed16b93ed;hp=3101ee6bf2cb4532305077d017cd2ad8a92d2d6c;hpb=4d688b2e05945b3e3c733a005fb2775110ebb78b;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index 3101ee6b..af282e26 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 { @@ -32,6 +33,8 @@ struct data_editor GtkAction *action_data_save; + GtkAction *invoke_text_import_assistant; + /* Actions which invoke dialog boxes */ GtkAction *invoke_weight_cases_dialog; GtkAction *invoke_transpose_dialog; @@ -58,6 +61,8 @@ struct data_editor GtkAction *invoke_oneway_anova_dialog; GtkAction *invoke_t_test_one_sample_dialog; + GtkToggleAction *toggle_split_window; + /* Actions which do things */ GtkAction *insert_variable; @@ -72,6 +77,9 @@ struct data_editor GtkMenu *data_sheet_variable_popup_menu; GtkMenu *data_sheet_cases_popup_menu; + GtkMenu *var_sheet_variable_popup_menu; + + PsppireDataEditor *data_editor; gboolean save_as_portable; @@ -88,7 +96,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