X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.h;h=6ebc2ec65e1683bb060f53ae516ec471964174e4;hb=8b0cdf4988c831dd83209819fe32adee59ad1c72;hp=27dff55e9fc6af9e1f6bafbaaf08ee66326197c5;hpb=8c40e5a3cb30d168600068f83fa8abd564f2b3ef;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index 27dff55e..6ebc2ec6 100644 --- a/src/ui/gui/data-editor.h +++ b/src/ui/gui/data-editor.h @@ -31,20 +31,33 @@ 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; 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_descriptives_dialog; + /* Actions which do things */ GtkAction *insert_variable; GtkAction *insert_case; + GtkAction *delete_variables; + GtkAction *delete_cases; + + GtkToggleAction *toggle_value_labels; GladeXML *xml; + GtkMenu *data_sheet_variable_popup_menu; + GtkMenu *data_sheet_cases_popup_menu; + + gboolean save_as_portable; /* Name of the file this data is associated with (ie, was loaded from or