2005-09-30 16:35:04 +00:00
|
|
|
/* LIBGIMP - The GIMP Library
|
|
|
|
* Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
|
|
|
|
*
|
2015-05-30 15:19:11 +02:00
|
|
|
* gimpimagegrid_pdb.h
|
2005-09-30 16:35:04 +00:00
|
|
|
*
|
2009-01-17 22:28:01 +00:00
|
|
|
* This library is free software: you can redistribute it and/or
|
2005-09-30 16:35:04 +00:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
2009-01-17 22:28:01 +00:00
|
|
|
* version 3 of the License, or (at your option) any later version.
|
2005-09-30 16:35:04 +00:00
|
|
|
*
|
|
|
|
* This library 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
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2009-01-17 22:28:01 +00:00
|
|
|
* License along with this library. If not, see
|
2018-07-11 23:27:07 +02:00
|
|
|
* <https://www.gnu.org/licenses/>.
|
2005-09-30 16:35:04 +00:00
|
|
|
*/
|
|
|
|
|
2007-01-09 10:52:47 +00:00
|
|
|
/* NOTE: This file is auto-generated by pdbgen.pl */
|
2005-09-30 16:35:04 +00:00
|
|
|
|
2011-04-28 19:59:52 +02:00
|
|
|
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
|
|
|
|
#error "Only <libgimp/gimp.h> can be included directly."
|
|
|
|
#endif
|
|
|
|
|
2015-05-30 15:19:11 +02:00
|
|
|
#ifndef __GIMP_IMAGE_GRID_PDB_H__
|
|
|
|
#define __GIMP_IMAGE_GRID_PDB_H__
|
2005-09-30 16:35:04 +00:00
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
|
|
/* For information look into the C source or the html documentation */
|
|
|
|
|
|
|
|
|
2019-08-12 14:44:07 +02:00
|
|
|
gboolean gimp_image_grid_get_spacing (GimpImage *image,
|
|
|
|
gdouble *xspacing,
|
|
|
|
gdouble *yspacing);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_get_spacing)
|
|
|
|
G_GNUC_INTERNAL gboolean _gimp_image_grid_get_spacing (gint32 image_ID,
|
|
|
|
gdouble *xspacing,
|
|
|
|
gdouble *yspacing);
|
|
|
|
gboolean gimp_image_grid_set_spacing (GimpImage *image,
|
|
|
|
gdouble xspacing,
|
|
|
|
gdouble yspacing);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_set_spacing)
|
|
|
|
G_GNUC_INTERNAL gboolean _gimp_image_grid_set_spacing (gint32 image_ID,
|
|
|
|
gdouble xspacing,
|
|
|
|
gdouble yspacing);
|
|
|
|
gboolean gimp_image_grid_get_offset (GimpImage *image,
|
|
|
|
gdouble *xoffset,
|
|
|
|
gdouble *yoffset);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_get_offset)
|
|
|
|
G_GNUC_INTERNAL gboolean _gimp_image_grid_get_offset (gint32 image_ID,
|
|
|
|
gdouble *xoffset,
|
|
|
|
gdouble *yoffset);
|
|
|
|
gboolean gimp_image_grid_set_offset (GimpImage *image,
|
|
|
|
gdouble xoffset,
|
|
|
|
gdouble yoffset);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_set_offset)
|
|
|
|
G_GNUC_INTERNAL gboolean _gimp_image_grid_set_offset (gint32 image_ID,
|
|
|
|
gdouble xoffset,
|
|
|
|
gdouble yoffset);
|
|
|
|
gboolean gimp_image_grid_get_foreground_color (GimpImage *image,
|
|
|
|
GimpRGB *fgcolor);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_get_foreground_color)
|
|
|
|
G_GNUC_INTERNAL gboolean _gimp_image_grid_get_foreground_color (gint32 image_ID,
|
|
|
|
GimpRGB *fgcolor);
|
|
|
|
gboolean gimp_image_grid_set_foreground_color (GimpImage *image,
|
|
|
|
const GimpRGB *fgcolor);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_set_foreground_color)
|
|
|
|
G_GNUC_INTERNAL gboolean _gimp_image_grid_set_foreground_color (gint32 image_ID,
|
|
|
|
const GimpRGB *fgcolor);
|
|
|
|
gboolean gimp_image_grid_get_background_color (GimpImage *image,
|
|
|
|
GimpRGB *bgcolor);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_get_background_color)
|
|
|
|
G_GNUC_INTERNAL gboolean _gimp_image_grid_get_background_color (gint32 image_ID,
|
|
|
|
GimpRGB *bgcolor);
|
|
|
|
gboolean gimp_image_grid_set_background_color (GimpImage *image,
|
|
|
|
const GimpRGB *bgcolor);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_set_background_color)
|
|
|
|
G_GNUC_INTERNAL gboolean _gimp_image_grid_set_background_color (gint32 image_ID,
|
|
|
|
const GimpRGB *bgcolor);
|
|
|
|
GimpGridStyle gimp_image_grid_get_style (GimpImage *image);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_get_style)
|
|
|
|
G_GNUC_INTERNAL GimpGridStyle _gimp_image_grid_get_style (gint32 image_ID);
|
|
|
|
gboolean gimp_image_grid_set_style (GimpImage *image,
|
|
|
|
GimpGridStyle style);
|
|
|
|
GIMP_DEPRECATED_FOR(gimp_image_grid_set_style)
|
|
|
|
G_GNUC_INTERNAL gboolean _gimp_image_grid_set_style (gint32 image_ID,
|
|
|
|
GimpGridStyle style);
|
2005-09-30 16:35:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
G_END_DECLS
|
|
|
|
|
2015-05-30 15:19:11 +02:00
|
|
|
#endif /* __GIMP_IMAGE_GRID_PDB_H__ */
|