Added the Variable Information dialog.
[pspp-builds.git] / src / ui / gui / data-editor.h
index e16e713bd2d2073b1e3a9c1876ff269f6d9c69ea..9b8da82615dc5ef0832b4d3686460ca8596e8f68 100644 (file)
@@ -37,6 +37,10 @@ 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;
+
+  GtkAction *invoke_variable_info_dialog;
 
   GladeXML *xml;
 
@@ -55,5 +59,7 @@ void new_data_window (GtkMenuItem *, gpointer);
 
 void data_editor_select_sheet (struct data_editor *de, gint page);
 
+enum {PAGE_DATA_SHEET = 0, PAGE_VAR_SHEET};
+
 
 #endif