X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-output-window.h;h=d8624ca8ea34c00032ca967be38fd7927485f569;hb=45ad47c91e62bdb802eb88e44e9f469956d24f34;hp=95deed93fec542dbd9bb8ee891fb4c2a289f6260;hpb=3b0ea228805d060436b047e9d9ea389228e4fd73;p=pspp diff --git a/src/ui/gui/psppire-output-window.h b/src/ui/gui/psppire-output-window.h index 95deed93fe..d8624ca8ea 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,9 @@ #include #include -#include -#include -#include "psppire-window.h" -#include "psppire.h" #include - -extern int viewer_length; -extern int viewer_width ; +#include "psppire-window.h" +#include "libpspp/string-map.h" G_BEGIN_DECLS @@ -53,16 +48,9 @@ struct _PsppireOutputWindow /* */ struct psppire_output_driver *driver; - GtkLayout *output; - int max_width; - int y; - - GtkTreeView *overview; - GtkTreeIter cur_command; - bool in_command; + struct psppire_output_view *view; - struct output_item **items; - size_t n_items, allocated_items; + gboolean dispose_has_run; }; struct _PsppireOutputWindowClass