X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-editor.h;h=9b8da82615dc5ef0832b4d3686460ca8596e8f68;hb=b06c888cf2e8c126b04d4678120439533a5086e5;hp=0fe62ea627fda1a6797b8c8a729856bcb726940c;hpb=1d5a97ba2afec23855a8294ff2814ab052f6777a;p=pspp-builds.git diff --git a/src/ui/gui/data-editor.h b/src/ui/gui/data-editor.h index 0fe62ea6..9b8da826 100644 --- a/src/ui/gui/data-editor.h +++ b/src/ui/gui/data-editor.h @@ -37,8 +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; @@ -57,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