X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.h;h=e622f1d6c2d1388f0b60696e20f11ea0399d382b;hb=d9d46e3c7ef1a275f57bf9f8ad3e47231d6fb58c;hp=e75ccd781989a49c92280d59ab2140f94ba78f31;hpb=f9b2322d7b0662bd313d9c63450638c39b88be70;p=pspp diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index e75ccd7819..e622f1d6c2 100644 --- a/src/ui/gui/psppire-data-editor.h +++ b/src/ui/gui/psppire-data-editor.h @@ -33,7 +33,6 @@ #include #include "psppire-data-store.h" -#include "ui/gui/pspp-sheet-view.h" G_BEGIN_DECLS @@ -63,6 +62,10 @@ struct _PsppireDataEditor GtkWidget *var_sheet; GtkWidget *data_sheet; + /* Data sheet popup menu */ + GtkWidget *data_sheet_cases_popup; + GtkWidget *clear_cases_menu_item; + /* Data sheet tab. */ GtkWidget *vbox; /* Top-level widget in tab. */ GtkWidget *cell_ref_label; /* GtkLabel that shows selected case and var. */ @@ -71,7 +74,6 @@ struct _PsppireDataEditor gboolean split; /* True if data sheets are split. */ /* UI manager for whichever var or data sheet is currently in use. */ - GtkUIManager *ui_manager; GtkWidget *old_vbox_widget; }; @@ -91,8 +93,6 @@ void psppire_data_editor_goto_variable (PsppireDataEditor *, gint di struct _PsppireDataSheet *psppire_data_editor_get_active_data_sheet (PsppireDataEditor *); -GtkUIManager *psppire_data_editor_get_ui_manager (PsppireDataEditor *); - enum {PSPPIRE_DATA_EDITOR_DATA_VIEW = 0, PSPPIRE_DATA_EDITOR_VARIABLE_VIEW}; G_END_DECLS