forked from AuroraMiddleware/gtk
e026570571
1999-12-02 Federico Mena Quintero <federico@redhat.com> * src/gdk-pixbuf-util.c: New file with utility and convenience functions for pixbufs. * src/Makefile.am (libgdk_pixbuf_la_SOURCES): Added gdk-pixbuf-util.c. * doc/gdk-pixbuf-sections.txt: Added section for utility functions. * doc/Makefile.am (tmpl_sources): Added tmpl/util.sgml. * doc/gdk-pixbuf.sgml: Added the utilities section. * doc/tmpl/util.sgml: Documentation for the utility functions.
39 lines
763 B
Plaintext
39 lines
763 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
Utilities
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Utility and miscellaneous convenience functions.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
These functions provide miscellaneous utilities for manipulating
|
|
pixbufs. The pixel data in pixbufs may of course be manipulated
|
|
directly by applications, but several common operations can be
|
|
performed by these functions instead.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#GdkPixbuf
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_add_alpha ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@pixbuf:
|
|
@substitute_color:
|
|
@r:
|
|
@g:
|
|
@b:
|
|
@Returns:
|
|
|
|
|
|
<!--
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
|
|
End:
|
|
-->
|