updated.
2004-12-14 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: updated. * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimppixbuf.sgml: regenerated.
This commit is contained in:
committed by
Michael Natterer
parent
5e75f585d6
commit
f06e15febb
@ -297,6 +297,7 @@ gimp_drawable_set_pixel
|
||||
gimp_drawable_get_tile
|
||||
gimp_drawable_get_tile2
|
||||
gimp_drawable_get_thumbnail_data
|
||||
gimp_drawable_get_sub_thumbnail_data
|
||||
gimp_drawable_get_color_uchar
|
||||
gimp_drawable_merge_shadow
|
||||
gimp_drawable_fill
|
||||
@ -837,6 +838,7 @@ gimp_image_undo_thaw
|
||||
GimpPixbufTransparency
|
||||
gimp_image_get_thumbnail
|
||||
gimp_drawable_get_thumbnail
|
||||
gimp_drawable_get_sub_thumbnail
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
||||
@ -200,6 +200,22 @@ Functions to manipulate drawables.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_get_sub_thumbnail_data ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@src_x:
|
||||
@src_y:
|
||||
@src_width:
|
||||
@src_height:
|
||||
@dest_width:
|
||||
@dest_height:
|
||||
@bpp:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_get_color_uchar ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -47,3 +47,19 @@ Get a thumbnail pixbuf for a drawable or image.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_drawable_get_sub_thumbnail ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable_ID:
|
||||
@src_x:
|
||||
@src_y:
|
||||
@src_width:
|
||||
@src_height:
|
||||
@dest_width:
|
||||
@dest_height:
|
||||
@alpha:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user