X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.h;h=9b81c223fdcce1e3c28f7a161efb7e0162bef873;hb=3015887c05c52fbb85ecc016339fe66cf4f75ba1;hp=7716f52c0e7876b5d48cb432450532dee00232bf;hpb=be5dc743c6dca9293d3559b27e74c83bec57eaa7;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index 7716f52c..9b81c223 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; };