X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.h;h=0fe62ea627fda1a6797b8c8a729856bcb726940c;hb=fe3a0a8896cc9f099196f0d0228bb0cfa688c34a;hp=71bfd0e67a291a28adc2ed5eabd0f8f6ec93898c;hpb=9491a8bd354152d3a228e1bf041c7ad6228750d7;p=pspp diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index 71bfd0e67a..0fe62ea627 100644 --- a/src/ui/gui/data-editor.h +++ b/src/ui/gui/data-editor.h @@ -35,10 +35,18 @@ struct data_editor GtkAction *action_data_save; GtkAction *invoke_weight_cases_dialog; + GtkAction *invoke_transpose_dialog; + GtkAction *invoke_split_file_dialog; + + GtkAction *invoke_sort_cases_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; };