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

  1. /* LIBGIMP - The GIMP Library
  2.  * Copyright (C) 1995-2000 Peter Mattis and Spencer Kimball
  3.  *
  4.  * gimpdrawable_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_DRAWABLE_PDB_H__
  25. #define __GIMP_DRAWABLE_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_drawable_merge_shadow    (gint32         drawable_ID,
  35.                          gboolean       undo);
  36. gboolean      gimp_drawable_fill            (gint32         drawable_ID,
  37.                          GimpFillType   fill_type);
  38. gboolean      gimp_drawable_update          (gint32         drawable_ID,
  39.                          gint           x,
  40.                          gint           y,
  41.                          gint           width,
  42.                          gint           height);
  43. gboolean      gimp_drawable_mask_bounds     (gint32         drawable_ID,
  44.                          gint          *x1,
  45.                          gint          *y1,
  46.                          gint          *x2,
  47.                          gint          *y2);
  48. gint32        gimp_drawable_image           (gint32         drawable_ID);
  49. GimpImageType gimp_drawable_type            (gint32         drawable_ID);
  50. gboolean      gimp_drawable_has_alpha       (gint32         drawable_ID);
  51. GimpImageType gimp_drawable_type_with_alpha (gint32         drawable_ID);
  52. gboolean      gimp_drawable_is_rgb          (gint32         drawable_ID);
  53. gboolean      gimp_drawable_is_gray         (gint32         drawable_ID);
  54. gboolean      gimp_drawable_is_indexed      (gint32         drawable_ID);
  55. gint          gimp_drawable_bytes           (gint32         drawable_ID);
  56. gint          gimp_drawable_width           (gint32         drawable_ID);
  57. gint          gimp_drawable_height          (gint32         drawable_ID);
  58. gboolean      gimp_drawable_offsets         (gint32         drawable_ID,
  59.                          gint          *offset_x,
  60.                          gint          *offset_y);
  61. gboolean      gimp_drawable_is_layer        (gint32         drawable_ID);
  62. gboolean      gimp_drawable_is_layer_mask   (gint32         drawable_ID);
  63. gboolean      gimp_drawable_is_channel      (gint32         drawable_ID);
  64. gboolean      _gimp_drawable_thumbnail      (gint32         drawable_ID,
  65.                          gint           width,
  66.                          gint           height,
  67.                          gint          *ret_width,
  68.                          gint          *ret_height,
  69.                          gint          *bpp,
  70.                          gint          *thumbnail_data_count,
  71.                          guint8       **thumbnail_data);
  72.  
  73.  
  74. #ifdef __cplusplus
  75. }
  76. #endif /* __cplusplus */
  77.  
  78. #endif /* __GIMP_DRAWABLE_PDB_H__ */
  79.