X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.h;h=237b6769a896ecd4bb8580e3e2b7d0e43cf2e6bd;hb=806d578c678996f8c6e34d8d91331126eedb22ac;hp=6ee05f45a41ea7eb77ed87ac7a323363fc093f67;hpb=f82952d22e200e1b35cea23545857a2cf2f02c66;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index 6ee05f45..237b6769 100644 --- a/src/ui/gui/data-editor.h +++ b/src/ui/gui/data-editor.h @@ -33,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; @@ -59,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;