X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.h;h=cbec01e69e0d0760fbdcaa5b94726d9b211f0900;hb=cecaf561d11939de82a6598324376b8cf8225fd5;hp=7100e34eb87baa167bc2b238c9d5d650e5672749;hpb=a10cebe053263d7e936b6533a3dbf5ac2f0586a1;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index 7100e34e..cbec01e6 100644 --- a/src/ui/gui/data-editor.h +++ b/src/ui/gui/data-editor.h @@ -36,6 +36,12 @@ 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_comments_dialog; + + GtkAction *invoke_variable_info_dialog; GladeXML *xml; @@ -54,5 +60,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