X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-output-window.h;h=06938d3b935d37d2b479396c294c63bc687a76af;hb=3d48d485cb9eca0283aa5f910c86e86a73242490;hp=bc0da8531b750c80180d6b42dd8f45d4a92d6c27;hpb=03d066d9f7e4f3d076a63e64708633bdf5e1c93c;p=pspp diff --git a/src/ui/gui/psppire-output-window.h b/src/ui/gui/psppire-output-window.h index bc0da8531b..06938d3b93 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, 2014 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 @@ -53,16 +49,9 @@ struct _PsppireOutputWindow /* */ struct psppire_output_driver *driver; - GtkLayout *output; - int max_width; - int y; - - GtkTreeView *overview; - int last_table_num; - GtkTreeIter last_top_level; + struct psppire_output_view *view; - struct output_item **items; - size_t n_items, allocated_items; + gboolean dispose_has_run; }; struct _PsppireOutputWindowClass