X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.h;h=b5b3f3600a5d490f17bcf606788ec4bee5e738cb;hb=b5c82cc9aabe7e641011130240ae1b2e84348e23;hp=7716f52c0e7876b5d48cb432450532dee00232bf;hpb=2165f59ab9eee5272b4037e45477811627cae078;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index 7716f52c..b5b3f360 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; + + PsppireAxis *vaxis[2]; + + /* There's only one horizontal axis, since the + column widths are parameters of the variables */ + PsppireAxis *haxis; };