Files
gimp/devel-docs/libgimp/tmpl/gimppixelrgn.sgml
Michael Natterer b4ad2ab05b configure.in devel-docs/Makefile.am devel-docs/libgimpcolor/*
2001-05-04  Michael Natterer  <mitch@gimp.org>

	* configure.in
	* devel-docs/Makefile.am
	* devel-docs/libgimpcolor/*
	* devel-docs/libgimpmath/*
	* devel-docs/libgimpwidgets/*: added new gtk-doc modules for
	libgimpcolor, libgimpmath and libgimpwidgets. Moved existing
	documentation from the old files to the new templates.

	* devel-docs/libgimp/*: regenerated all files and removed the
	stuff which is in the new modules now.

	* libgimpwidgets/gimpcolorarea.c
	* libgimpwidgets/gimpcolorbutton.[ch]: some documentation fixes.

	* po-libgimp/Makefile.in.in
	* po-plug-ins/Makefile.in.in
	* po-script-fu/Makefile.in.in: updated.
2001-05-04 20:39:29 +00:00

186 lines
1.7 KiB
Plaintext

<!-- ##### SECTION Title ##### -->
gimppixelrgn
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GimpPixelRgn ##### -->
<para>
</para>
@data:
@drawable:
@bpp:
@rowstride:
@x:
@y:
@w:
@h:
@dirty:
@shadow:
@process_count:
<!-- ##### FUNCTION gimp_pixel_rgn_init ##### -->
<para>
</para>
@pr:
@drawable:
@x:
@y:
@width:
@height:
@dirty:
@shadow:
<!-- ##### FUNCTION gimp_pixel_rgn_resize ##### -->
<para>
</para>
@pr:
@x:
@y:
@width:
@height:
<!-- ##### FUNCTION gimp_pixel_rgn_get_pixel ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
<!-- ##### FUNCTION gimp_pixel_rgn_get_row ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@width:
<!-- ##### FUNCTION gimp_pixel_rgn_get_col ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@height:
<!-- ##### FUNCTION gimp_pixel_rgn_get_rect ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@width:
@height:
<!-- ##### FUNCTION gimp_pixel_rgn_set_pixel ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
<!-- ##### FUNCTION gimp_pixel_rgn_set_row ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@width:
<!-- ##### FUNCTION gimp_pixel_rgn_set_col ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@height:
<!-- ##### FUNCTION gimp_pixel_rgn_set_rect ##### -->
<para>
</para>
@pr:
@buf:
@x:
@y:
@width:
@height:
<!-- ##### FUNCTION gimp_pixel_rgns_register ##### -->
<para>
</para>
@nrgns:
@Varargs:
@Returns:
<!-- ##### FUNCTION gimp_pixel_rgns_register2 ##### -->
<para>
</para>
@nrgns:
@prs:
@Returns:
<!-- ##### FUNCTION gimp_pixel_rgns_process ##### -->
<para>
</para>
@pri_ptr:
@Returns: