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=c502669e3fbc97a792a6c0064a72cfb9690d7d23;hp=ed06da91a91af9fa2dc927d21c491f42431a65b6;hpb=1075412b79b988d931209188fe9c0ab0c1b2fe94;p=pspp diff --git a/src/ui/gui/psppire-output-window.h b/src/ui/gui/psppire-output-window.h index ed06da91a9..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,13 +21,9 @@ #include #include -#include -#include -#include "psppire-window.h" #include - -extern int viewer_length; -extern int viewer_width ; +#include "psppire-window.h" +#include "libpspp/string-map.h" G_BEGIN_DECLS @@ -51,13 +47,10 @@ struct _PsppireOutputWindow PsppireWindow parent; /* */ - GtkLayout *output; - int max_width; - int y; + struct psppire_output_driver *driver; + struct psppire_output_view *view; - GtkTreeView *overview; - int last_table_num; - GtkTreeIter last_top_level; + gboolean dispose_has_run; }; struct _PsppireOutputWindowClass