refactor
[pspp] / src / ui / gui / psppire-acr.h
index ba38631d22dadbce0c10fcba79ca65609e08ee3b..c38f3f5f3a64d0e479d8361bf93953037031c47f 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2010 Free Software Foundation, Inc.
 
    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
@@ -43,9 +43,7 @@
 
 #include <glib.h>
 #include <glib-object.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtkentry.h>
-#include <gtk/gtktreeselection.h>
+#include <gtk/gtk.h>
 
 
 G_BEGIN_DECLS
@@ -66,9 +64,9 @@ typedef void (*UpdateCallbackFunc) (gpointer);
 
 struct _PsppireAcr
 {
-  GtkHBox parent;
-
+  GtkBox parent;
 
+  gboolean dispose_has_run;
   GtkListStore *list_store;
 
   GtkTreeView *tv;
@@ -92,7 +90,7 @@ struct _PsppireAcr
 
 struct _PsppireAcrClass
 {
-  GtkHBoxClass parent_class;
+  GtkBoxClass parent_class;
 };