X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.h;h=d31b32c380f7031853fc7cebdfac69976c890d67;hb=52e144652645cab108fb2db0a970f1ace2cbf2ea;hp=28ae214a68953bee4ea405cc01057dac79e9b85b;hpb=258cbd9cdf386687122b0854274923acafc786d4;p=pspp diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index 28ae214a68..d31b32c380 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 @@ -61,13 +60,13 @@ struct _PsppireDataEditor /* Variable sheet tab. */ GtkWidget *var_sheet; + GtkWidget *data_sheet; /* Data sheet tab. */ GtkWidget *vbox; /* Top-level widget in tab. */ GtkWidget *cell_ref_label; /* GtkLabel that shows selected case and var. */ GtkWidget *datum_entry; /* PsppireValueEntry for editing current cell. */ - GtkWidget *datasheet_vbox_widget; /* ->vbox child that holds data sheets. */ - GtkWidget *data_sheets[4]; /* Normally one data sheet; four, if split. */ + gboolean split; /* True if data sheets are split. */ /* UI manager for whichever var or data sheet is currently in use. */