X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-keypad.h;h=a128ddd14993c11dd8bbd4cee92365cca952920f;hb=04961f63d4ca08a9699c9b4f6a02f49db960682c;hp=97938fb84a858615b3d24d59a52743dc220ea732;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/ui/gui/psppire-keypad.h b/src/ui/gui/psppire-keypad.h index 97938fb84a..a128ddd149 100644 --- a/src/ui/gui/psppire-keypad.h +++ b/src/ui/gui/psppire-keypad.h @@ -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 @@ -31,7 +31,7 @@ | | | / >= 0 . | + + - | y != = ( ) | + | y != = () | |x | +---+---+---+---+---+ @@ -49,8 +49,7 @@ #include #include -#include -#include +#include G_BEGIN_DECLS @@ -103,7 +102,7 @@ struct _PsppireKeypad struct _PsppireKeypadClass { - GtkTableClass parent_class; + GtkEventBoxClass parent_class; void (*keypad)(PsppireKeypad*); };