]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk/tmpl/pixbufs.sgml
API: remove gdk_pixbuf_get_from_image()
[~andy/gtk] / docs / reference / gdk / tmpl / pixbufs.sgml
1 <!-- ##### SECTION Title ##### -->
2 Pixbufs
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Functions for rendering pixbufs on drawables
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 These functions allow to render pixbufs on drawables. Pixbufs are
10 client-side images. For details on how to create and manipulate
11 pixbufs, see the #GdkPixbuf API documentation.
12 </para>
13
14 <!-- ##### SECTION See_Also ##### -->
15 <para>
16
17 </para>
18
19 <!-- ##### SECTION Stability_Level ##### -->
20
21
22 <!-- ##### SECTION Image ##### -->
23
24
25 <!-- ##### FUNCTION gdk_pixbuf_render_threshold_alpha ##### -->
26 <para>
27
28 </para>
29
30 @pixbuf: 
31 @bitmap: 
32 @src_x: 
33 @src_y: 
34 @dest_x: 
35 @dest_y: 
36 @width: 
37 @height: 
38 @alpha_threshold: 
39
40
41 <para>
42
43 </para>
44
45
46 <!-- ##### FUNCTION gdk_pixbuf_render_pixmap_and_mask ##### -->
47 <para>
48
49 </para>
50
51 @pixbuf: 
52 @pixmap_return: 
53 @mask_return: 
54 @alpha_threshold: 
55
56
57 <!-- ##### FUNCTION gdk_pixbuf_render_pixmap_and_mask_for_colormap ##### -->
58 <para>
59
60 </para>
61
62 @pixbuf: 
63 @colormap: 
64 @pixmap_return: 
65 @mask_return: 
66 @alpha_threshold: 
67
68
69 <!-- ##### FUNCTION gdk_pixbuf_get_from_drawable ##### -->
70 <para>
71
72 </para>
73
74 @dest: 
75 @src: 
76 @cmap: 
77 @src_x: 
78 @src_y: 
79 @dest_x: 
80 @dest_y: 
81 @width: 
82 @height: 
83 @Returns: 
84
85