Numerous GUI enhancements.
[pspp-builds.git] / src / ui / gui / data-editor.h
index 71bfd0e67a291a28adc2ed5eabd0f8f6ec93898c..e16e713bd2d2073b1e3a9c1876ff269f6d9c69ea 100644 (file)
@@ -35,10 +35,16 @@ struct data_editor
   GtkAction *action_data_save;
 
   GtkAction *invoke_weight_cases_dialog;
+  GtkAction *invoke_transpose_dialog;
+  GtkAction *invoke_split_file_dialog;
 
   GladeXML *xml;
 
   gboolean save_as_portable;
+
+  /* Name of the file this data is associated with (ie, was loaded from or
+     has been  saved to), in "filename encoding",  or NULL, if it's not
+     associated with any file */
   gchar *file_name;
 };