home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / libgimp / gimpselection_pdb.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-08-25  |  2.6 KB  |  73 lines

  1. /* LIBGIMP - The GIMP Library
  2.  * Copyright (C) 1995-2000 Peter Mattis and Spencer Kimball
  3.  *
  4.  * gimpselection_pdb.h
  5.  *
  6.  * This library is free software; you can redistribute it and/or
  7.  * modify it under the terms of the GNU Lesser General Public
  8.  * License as published by the Free Software Foundation; either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * This library is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14.  * Lesser General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU Lesser General Public
  17.  * License along with this library; if not, write to the
  18.  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  19.  * Boston, MA 02111-1307, USA.
  20.  */
  21.  
  22. /* NOTE: This file is autogenerated by pdbgen.pl */
  23.  
  24. #ifndef __GIMP_SELECTION_PDB_H__
  25. #define __GIMP_SELECTION_PDB_H__
  26.  
  27. #ifdef __cplusplus
  28. extern "C" {
  29. #endif /* __cplusplus */
  30.  
  31. /* For information look into the C source or the html documentation */
  32.  
  33.  
  34. gboolean gimp_selection_bounds      (gint32    image_ID,
  35.                      gboolean *non_empty,
  36.                      gint     *x1,
  37.                      gint     *y1,
  38.                      gint     *x2,
  39.                      gint     *y2);
  40. gint     gimp_selection_value       (gint32    image_ID,
  41.                      gint      x,
  42.                      gint      y);
  43. gboolean gimp_selection_is_empty    (gint32    image_ID);
  44. gboolean gimp_selection_translate   (gint32    image_ID,
  45.                      gint      offx,
  46.                      gint      offy);
  47. gint32   _gimp_selection_float      (gint32    drawable_ID,
  48.                      gint      offx,
  49.                      gint      offy);
  50. gboolean gimp_selection_clear       (gint32    image_ID);
  51. gboolean gimp_selection_invert      (gint32    image_ID);
  52. gboolean gimp_selection_sharpen     (gint32    image_ID);
  53. gboolean gimp_selection_all         (gint32    image_ID);
  54. gboolean gimp_selection_none        (gint32    image_ID);
  55. gboolean gimp_selection_feather     (gint32    image_ID,
  56.                      gdouble   radius);
  57. gboolean gimp_selection_border      (gint32    image_ID,
  58.                      gint      radius);
  59. gboolean gimp_selection_grow        (gint32    image_ID,
  60.                      gint      steps);
  61. gboolean gimp_selection_shrink      (gint32    image_ID,
  62.                      gint      radius);
  63. gboolean gimp_selection_layer_alpha (gint32    layer_ID);
  64. gboolean gimp_selection_load        (gint32    channel_ID);
  65. gint32   gimp_selection_save        (gint32    image_ID);
  66.  
  67.  
  68. #ifdef __cplusplus
  69. }
  70. #endif /* __cplusplus */
  71.  
  72. #endif /* __GIMP_SELECTION_PDB_H__ */
  73.