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