X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-keypad.h;h=0e6fa8e5b90aa5f7e68653a26cce5df7881e76bb;hb=0f447caa885d8f0fd8c30d4440556d9b6abb99ea;hp=f288111bda347e44df078578535fe2ddc002672e;hpb=146997e1690f055481e2003529eaa4f8848ca4a8;p=pspp diff --git a/src/ui/gui/psppire-keypad.h b/src/ui/gui/psppire-keypad.h index f288111bda..0e6fa8e5b9 100644 --- a/src/ui/gui/psppire-keypad.h +++ b/src/ui/gui/psppire-keypad.h @@ -1,20 +1,18 @@ -/* PSPP - computes sample statistics. - Copyright (C) 2007 Free Software Foundation, Inc. +/* PSPPIRE - a graphical user interface for PSPP. + 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 the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ /* This module implements a keypad widget, similar to that dipicted @@ -51,8 +49,7 @@ #include #include -#include -#include +#include G_BEGIN_DECLS @@ -105,7 +102,7 @@ struct _PsppireKeypad struct _PsppireKeypadClass { - GtkTableClass parent_class; + GtkEventBoxClass parent_class; void (*keypad)(PsppireKeypad*); };