mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
cf9f0b7741
Sat Oct 13 07:09:30 2001 Tim Janik <timj@gtk.org> * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern specs, use g_pattern_spec_equal() instead of direct field accesses. upon compressing two equal paths of the same type, the resulting priority has to be the maximum. * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the GtkPathPriorityType enum and make it a macro.
73 lines
1.1 KiB
Plaintext
73 lines
1.1 KiB
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:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_copy_area ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@src_pixbuf:
|
|
@src_x:
|
|
@src_y:
|
|
@width:
|
|
@height:
|
|
@dest_pixbuf:
|
|
@dest_x:
|
|
@dest_y: <!--
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
|
|
End:
|
|
-->
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_saturate_and_pixelate ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@src:
|
|
@dest:
|
|
@saturation:
|
|
@pixelate:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_fill ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@pixbuf:
|
|
@pixel:
|
|
|
|
|