X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-output-window.h;h=74d3bb97be3cf9884933a5d0985600b949fdc8c3;hb=0ed82886f29b9c00f5068c69f021bd51c76488df;hp=c242e732881f4076e179da6a618b1b04352f463b;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/ui/gui/psppire-output-window.h b/src/ui/gui/psppire-output-window.h index c242e73288..74d3bb97be 100644 --- a/src/ui/gui/psppire-output-window.h +++ b/src/ui/gui/psppire-output-window.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008, 2009 Free Software Foundation + Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,14 +21,10 @@ #include #include -#include -#include +#include #include "psppire-window.h" #include "psppire.h" -#include - -extern int viewer_length; -extern int viewer_width ; +#include "libpspp/string-map.h" G_BEGIN_DECLS @@ -57,6 +53,7 @@ struct _PsppireOutputWindow int max_width; int y; + struct string_map render_opts; GtkTreeView *overview; GtkTreeIter cur_command; bool in_command; @@ -69,6 +66,9 @@ struct _PsppireOutputWindow struct xr_driver *print_xrd; int print_item; int print_n_pages; + gboolean paginated; + + gboolean dispose_has_run; }; struct _PsppireOutputWindowClass