libgimp/libgimp-sections.txt libgimp/tmpl/gimpdrawable.sgml updated after
2004-03-13 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimppixelfetcher.sgml: updated after GimpPixelFetcher changes.
This commit is contained in:

committed by
Michael Natterer

parent
a779e74817
commit
bee5492fe9
@ -1,3 +1,10 @@
|
||||
2004-03-13 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimp/libgimp-sections.txt
|
||||
* libgimp/tmpl/gimpdrawable.sgml
|
||||
* libgimp/tmpl/gimppixelfetcher.sgml: updated after
|
||||
GimpPixelFetcher changes.
|
||||
|
||||
2004-03-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||
|
@ -186,6 +186,7 @@ gimp_drawable_set_pixel
|
||||
gimp_drawable_get_tile
|
||||
gimp_drawable_get_tile2
|
||||
gimp_drawable_get_thumbnail_data
|
||||
gimp_drawable_get_color_uchar
|
||||
gimp_drawable_merge_shadow
|
||||
gimp_drawable_fill
|
||||
gimp_drawable_update
|
||||
@ -497,12 +498,9 @@ GimpPixelFetcher
|
||||
gimp_pixel_fetcher_new
|
||||
gimp_pixel_fetcher_set_edge_mode
|
||||
gimp_pixel_fetcher_set_bg_color
|
||||
gimp_pixel_fetcher_set_shadow
|
||||
gimp_pixel_fetcher_get_pixel
|
||||
gimp_pixel_fetcher_put_pixel
|
||||
gimp_pixel_fetcher_destroy
|
||||
gimp_get_bg_guchar
|
||||
gimp_get_fg_guchar
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -202,6 +202,16 @@ Functions to manipulate drawables.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_get_color_uchar ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@color:
|
||||
@color_uchar:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_merge_shadow ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -23,6 +23,7 @@ gimppixelfetcher
|
||||
@GIMP_PIXEL_FETCHER_EDGE_WRAP:
|
||||
@GIMP_PIXEL_FETCHER_EDGE_SMEAR:
|
||||
@GIMP_PIXEL_FETCHER_EDGE_BLACK:
|
||||
@GIMP_PIXEL_FETCHER_EDGE_BACKGROUND:
|
||||
|
||||
<!-- ##### STRUCT GimpPixelFetcher ##### -->
|
||||
<para>
|
||||
@ -36,6 +37,7 @@ gimppixelfetcher
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@shadow:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -54,15 +56,7 @@ gimppixelfetcher
|
||||
</para>
|
||||
|
||||
@pf:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixel_fetcher_set_shadow ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pf:
|
||||
@shadow:
|
||||
@color:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixel_fetcher_get_pixel ##### -->
|
||||
@ -95,23 +89,3 @@ gimppixelfetcher
|
||||
@pf:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_bg_guchar ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@transparent:
|
||||
@bg:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_fg_guchar ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@transparent:
|
||||
@fg:
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user