2006-12-09 13:33:38 -08:00
|
|
|
/* GIMP - The GNU Image Manipulation Program
|
2001-06-29 12:25:03 -07:00
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
|
*
|
2009-01-17 14:28:01 -08:00
|
|
|
* This program is free software: you can redistribute it and/or modify
|
2001-06-29 12:25:03 -07:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
2009-01-17 14:28:01 -08:00
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
2001-06-29 12:25:03 -07: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
|
2018-07-11 14:47:19 -07:00
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
2001-06-29 12:25:03 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __TOOLS_COMMANDS_H__
|
|
|
|
|
#define __TOOLS_COMMANDS_H__
|
|
|
|
|
|
|
|
|
|
|
2008-03-06 09:13:59 -08:00
|
|
|
void tools_select_cmd_callback (GtkAction *action,
|
|
|
|
|
const gchar *value,
|
|
|
|
|
gpointer data);
|
2005-02-21 03:55:39 -08:00
|
|
|
|
2008-03-06 09:13:59 -08:00
|
|
|
void tools_color_average_radius_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2001-06-29 12:25:03 -07:00
|
|
|
|
2014-05-03 13:55:05 -07:00
|
|
|
void tools_paintbrush_size_cmd_callback (GtkAction *action,
|
2008-03-06 09:13:59 -08:00
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2014-05-03 13:55:05 -07:00
|
|
|
void tools_paintbrush_angle_cmd_callback (GtkAction *action,
|
2009-02-05 13:47:57 -08:00
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2014-05-03 13:55:05 -07:00
|
|
|
void tools_paintbrush_aspect_ratio_cmd_callback (GtkAction *action,
|
2009-04-25 10:53:09 -07:00
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2016-03-22 15:51:32 -07:00
|
|
|
void tools_paintbrush_spacing_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
|
|
|
|
void tools_paintbrush_hardness_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
|
|
|
|
void tools_paintbrush_force_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2009-04-25 10:53:09 -07:00
|
|
|
|
2008-03-06 09:13:59 -08:00
|
|
|
void tools_ink_blob_size_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
|
|
|
|
void tools_ink_blob_aspect_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
|
|
|
|
void tools_ink_blob_angle_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2014-11-30 07:28:46 -08:00
|
|
|
|
|
|
|
|
void tools_airbrush_rate_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
|
|
|
|
void tools_airbrush_flow_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2014-05-03 13:37:30 -07:00
|
|
|
|
|
|
|
|
void tools_mybrush_radius_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2016-03-22 15:51:32 -07:00
|
|
|
void tools_mybrush_hardness_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2005-03-04 03:42:46 -08:00
|
|
|
|
2008-03-06 09:13:59 -08:00
|
|
|
void tools_fg_select_brush_size_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2014-05-03 11:24:09 -07:00
|
|
|
|
2008-03-06 09:13:59 -08:00
|
|
|
void tools_transform_preview_opacity_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2006-11-22 12:38:36 -08:00
|
|
|
|
2014-05-03 11:24:09 -07:00
|
|
|
void tools_warp_effect_size_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2016-03-22 15:51:32 -07:00
|
|
|
void tools_warp_effect_hardness_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2014-05-03 11:24:09 -07:00
|
|
|
|
2014-04-19 11:09:39 -07:00
|
|
|
void tools_opacity_cmd_callback (GtkAction *action,
|
2008-03-06 09:13:59 -08:00
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2014-04-19 11:09:39 -07:00
|
|
|
void tools_size_cmd_callback (GtkAction *action,
|
2008-03-06 09:13:59 -08:00
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2014-04-19 11:09:39 -07:00
|
|
|
void tools_aspect_cmd_callback (GtkAction *action,
|
2008-03-06 09:13:59 -08:00
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2014-04-19 11:09:39 -07:00
|
|
|
void tools_angle_cmd_callback (GtkAction *action,
|
2008-03-06 09:13:59 -08:00
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2016-03-22 15:51:32 -07:00
|
|
|
void tools_spacing_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
|
|
|
|
void tools_hardness_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
|
|
|
|
void tools_force_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2005-03-04 03:42:46 -08:00
|
|
|
|
2008-03-06 09:13:59 -08:00
|
|
|
void tools_object_1_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
|
|
|
|
void tools_object_2_cmd_callback (GtkAction *action,
|
|
|
|
|
gint value,
|
|
|
|
|
gpointer data);
|
2005-03-04 11:05:40 -08:00
|
|
|
|
2001-06-29 12:25:03 -07:00
|
|
|
|
|
|
|
|
#endif /* __TOOLS_COMMANDS_H__ */
|