Set the variable display width instead of adding an override.
[pspp] / src / ui / gui / psppire-keypad.h
index 97938fb84a858615b3d24d59a52743dc220ea732..0e6fa8e5b90aa5f7e68653a26cce5df7881e76bb 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
@@ -49,8 +49,7 @@
 
 #include <glib.h>
 #include <glib-object.h>
-#include <gtk/gtkeventbox.h>
-#include <gtk/gtktable.h>
+#include <gtk/gtk.h>
 
 
 G_BEGIN_DECLS
@@ -103,7 +102,7 @@ struct _PsppireKeypad
 
 struct _PsppireKeypadClass
 {
-  GtkTableClass parent_class;
+  GtkEventBoxClass parent_class;
   void (*keypad)(PsppireKeypad*);
 };