2006-12-09 21:33:38 +00:00
|
|
|
/* GIMP - The GNU Image Manipulation Program
|
1999-11-20 12:12:41 +00:00
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
*
|
2009-01-17 22:28:01 +00:00
|
|
|
* This program is free software: you can redistribute it and/or modify
|
1999-11-20 12:12:41 +00:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
2009-01-17 22:28:01 +00:00
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
1999-11-20 12:12:41 +00:00
|
|
|
* (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.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2009-01-17 22:28:01 +00:00
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
1999-11-20 12:12:41 +00:00
|
|
|
*/
|
2000-12-16 21:37:03 +00:00
|
|
|
|
2002-03-20 20:08:19 +00:00
|
|
|
#ifndef __HELP_COMMANDS_H__
|
|
|
|
#define __HELP_COMMANDS_H__
|
1997-11-24 22:05:25 +00:00
|
|
|
|
|
|
|
|
2004-04-29 12:52:29 +00:00
|
|
|
void help_help_cmd_callback (GtkAction *action,
|
2006-04-12 12:49:29 +00:00
|
|
|
gpointer data);
|
2004-04-29 12:52:29 +00:00
|
|
|
void help_context_help_cmd_callback (GtkAction *action,
|
2006-04-12 12:49:29 +00:00
|
|
|
gpointer data);
|
2001-02-27 14:14:13 +00:00
|
|
|
|
2001-08-03 19:43:19 +00:00
|
|
|
|
2002-03-20 20:08:19 +00:00
|
|
|
#endif /* __HELP_COMMANDS_H__ */
|