Merge commit 'origin/stable'
[pspp-builds.git] / src / ui / gui / psppire-data-editor.h
index 7716f52c0e7876b5d48cb432450532dee00232bf..b5b3f3600a5d490f17bcf606788ec4bee5e738cb 100644 (file)
@@ -22,6 +22,7 @@
 #include <glib-object.h>
 #include <gtk/gtknotebook.h>
 
+#include <ui/gui/sheet/psppire-axis.h>
 #include "psppire-var-store.h"
 #include "psppire-data-store.h"
 
@@ -57,6 +58,12 @@ struct _PsppireDataEditor
 
   GtkWidget *paned;
   gboolean split;
+
+  PsppireAxis *vaxis[2];
+
+  /* There's only one horizontal axis, since the
+     column widths are parameters of the variables */
+  PsppireAxis *haxis;
 };