X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-window.h;h=f1273b17a84989e02d0635b6572215ca10029aeb;hb=a44f03df973e8dbce11e5424efb74c7b5e68334a;hp=b80f79d699af04d14a647be6d817830ff9a5b65b;hpb=5592ebfc98cd6ca4285abf0771c877e3deb00ec8;p=pspp diff --git a/src/ui/gui/psppire-window.h b/src/ui/gui/psppire-window.h index b80f79d699..f1273b17a8 100644 --- a/src/ui/gui/psppire-window.h +++ b/src/ui/gui/psppire-window.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation + Copyright (C) 2008, 2009, 2010, 2011, 2013 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 @@ -22,6 +22,7 @@ #include #include #include +#include "psppire-window-base.h" G_BEGIN_DECLS @@ -57,7 +58,7 @@ typedef struct _PsppireWindowIface PsppireWindowIface; struct _PsppireWindow { - GtkWindow parent; + PsppireWindowBase parent; /* */ gchar *filename; /* File name, in file name encoding, or NULL. */ @@ -72,6 +73,7 @@ struct _PsppireWindow guint insert_handler; guint remove_handler; + gboolean added_separator; gboolean dirty; GTimeVal savetime; }; @@ -79,7 +81,7 @@ struct _PsppireWindow struct _PsppireWindowClass { - GtkWindowClass parent_class; + PsppireWindowBaseClass parent_class; };