Added the Compute dialog box.
[pspp-builds.git] / src / ui / gui / data-editor.h
index 7100e34eb87baa167bc2b238c9d5d650e5672749..42266408636b0574bd0521af5c32e0e3a4fd9d29 100644 (file)
@@ -36,6 +36,9 @@ struct data_editor
 
   GtkAction *invoke_weight_cases_dialog;
   GtkAction *invoke_transpose_dialog;
+  GtkAction *invoke_split_file_dialog;
+  GtkAction *invoke_sort_cases_dialog;
+  GtkAction *invoke_compute_dialog;
 
   GladeXML *xml;