X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-window.h;h=c3bcb84099e3c66bd7043b38b61787547d6b74ec;hb=635a88e82d0fd7fad47d00fb4dcfe3f7829dff02;hp=847c05a6c6b535d17a126893d770e9e4980270c1;hpb=bead8a34ee050e1f885cf7bf8fe03e7db87e78d7;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-window.h b/src/ui/gui/psppire-data-window.h index 847c05a6..c3bcb840 100644 --- a/src/ui/gui/psppire-data-window.h +++ b/src/ui/gui/psppire-data-window.h @@ -24,7 +24,6 @@ #include #include "psppire-window.h" #include "psppire-data-editor.h" -#include #include G_BEGIN_DECLS @@ -49,41 +48,10 @@ struct _PsppireDataWindow /* */ PsppireDataEditor *data_editor; - GladeXML *xml; GtkBuilder *builder; - GtkAction *action_data_new; - GtkAction *action_data_open; - 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; - GtkAction *invoke_split_file_dialog; - 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_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; - GtkAction *invoke_oneway_anova_dialog; - GtkAction *invoke_t_test_one_sample_dialog; + GtkAction *invoke_goto_dialog; GtkAction *insert_variable; GtkAction *insert_case; @@ -91,17 +59,7 @@ struct _PsppireDataWindow GtkAction *delete_cases; - GtkMenu *data_sheet_variable_popup_menu; - GtkMenu *data_sheet_cases_popup_menu; - GtkMenu *var_sheet_variable_popup_menu; - - gboolean save_as_portable; - - /* Name of the file this data is associated with (ie, was loaded from or - has been saved to), in "filename encoding", or NULL, if it's not - associated with any file */ - gchar *file_name; }; struct _PsppireDataWindowClass @@ -111,8 +69,6 @@ struct _PsppireDataWindowClass GType psppire_data_window_get_type (void); GtkWidget* psppire_data_window_new (void); -void psppire_data_window_load_file (PsppireDataWindow *, const gchar *); - G_END_DECLS