X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.h;h=ee95a03c46f4c5189147582fccc94d251ee5745b;hb=b02111c7f12e9b974d5b456ee2ce516a72673861;hp=7716f52c0e7876b5d48cb432450532dee00232bf;hpb=b5a632fd4b0ea7139fc5423bb3ebebaf3e6d539e;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index 7716f52c..ee95a03c 100644 --- a/src/ui/gui/psppire-data-editor.h +++ b/src/ui/gui/psppire-data-editor.h @@ -22,6 +22,7 @@ #include #include +#include #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; };