(psppire_variable_sheet_create): Use xstrdup to save string returned
[pspp-builds.git] / src / ui / gui / data-editor.h
index 930423ee1c2ffba346329bd3778923a76be95f50..00430e9f62e261f65033e1ad67d8ae1006c8ea60 100644 (file)
@@ -38,6 +38,7 @@ 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;
 
@@ -47,6 +48,8 @@ struct data_editor
   GtkAction *delete_variables;
   GtkAction *delete_cases;
 
+  GtkToggleAction *toggle_value_labels;
+
   GladeXML *xml;
 
   GtkMenu *data_sheet_variable_popup_menu;