2006-12-09 21:33:38 +00:00
|
|
|
/* GIMP - The GNU Image Manipulation Program
|
1997-11-24 22:05:25 +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
|
1997-11-24 22:05:25 +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
|
1997-11-24 22:05:25 +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
|
2018-07-11 23:27:07 +02:00
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
1997-11-24 22:05:25 +00:00
|
|
|
*/
|
2000-12-16 21:37:03 +00:00
|
|
|
|
2025-07-13 03:15:46 +02:00
|
|
|
#pragma once
|
1997-11-24 22:05:25 +00:00
|
|
|
|
|
|
|
|
2001-04-18 20:41:15 +00:00
|
|
|
void gimp_drawable_offset (GimpDrawable *drawable,
|
2004-04-14 23:37:34 +00:00
|
|
|
GimpContext *context,
|
2006-04-12 12:49:29 +00:00
|
|
|
gboolean wrap_around,
|
|
|
|
GimpOffsetType fill_type,
|
2024-11-08 05:37:19 +00:00
|
|
|
GeglColor *color,
|
2006-04-12 12:49:29 +00:00
|
|
|
gint offset_x,
|
|
|
|
gint offset_y);
|