Implemented the find dialog.
[pspp-builds.git] / src / ui / gui / data-editor.h
index 930423ee1c2ffba346329bd3778923a76be95f50..143a2e111f7cf8dd90bdc92f48746ffb7bb59d07 100644 (file)
@@ -38,8 +38,10 @@ struct data_editor
   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;
 
   /* Actions which do things */
   GtkAction *insert_variable;
@@ -47,6 +49,8 @@ struct data_editor
   GtkAction *delete_variables;
   GtkAction *delete_cases;
 
+  GtkToggleAction *toggle_value_labels;
+
   GladeXML *xml;
 
   GtkMenu *data_sheet_variable_popup_menu;