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=adf4bc614f52fd20d34190dc710af5db9a897c40;hp=7ceaee7f06728d733381de1eaf35755bcec2bf1e;hpb=2b998cd1a6d72214726d05cc050b816d131399e6;p=pspp diff --git a/src/ui/gui/psppire-output-window.h b/src/ui/gui/psppire-output-window.h index 7ceaee7f06..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, 2010 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 @@ -24,9 +24,7 @@ #include #include "psppire-window.h" #include "psppire.h" - -extern int viewer_length; -extern int viewer_width ; +#include "libpspp/string-map.h" G_BEGIN_DECLS @@ -55,6 +53,7 @@ struct _PsppireOutputWindow int max_width; int y; + struct string_map render_opts; GtkTreeView *overview; GtkTreeIter cur_command; bool in_command; @@ -67,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