]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk/tmpl/pixbufs.sgml
2.7.0
[~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 <!-- ##### FUNCTION gdk_pixbuf_render_threshold_alpha ##### -->
23 <para>
24
25 </para>
26
27 @pixbuf: 
28 @bitmap: 
29 @src_x: 
30 @src_y: 
31 @dest_x: 
32 @dest_y: 
33 @width: 
34 @height: 
35 @alpha_threshold: 
36
37
38 <!-- ##### FUNCTION gdk_pixbuf_render_to_drawable ##### -->
39 <para>
40
41 </para>
42
43 @pixbuf: 
44 @drawable: 
45 @gc: 
46 @src_x: 
47 @src_y: 
48 @dest_x: 
49 @dest_y: 
50 @width: 
51 @height: 
52 @dither: 
53 @x_dither: 
54 @y_dither: 
55
56
57 <!-- ##### FUNCTION gdk_pixbuf_render_to_drawable_alpha ##### -->
58 <para>
59
60 </para>
61
62 @pixbuf: 
63 @drawable: 
64 @src_x: 
65 @src_y: 
66 @dest_x: 
67 @dest_y: 
68 @width: 
69 @height: 
70 @alpha_mode: 
71 @alpha_threshold: 
72 @dither: 
73 @x_dither: 
74 @y_dither: 
75
76
77 <!-- ##### FUNCTION gdk_pixbuf_render_pixmap_and_mask ##### -->
78 <para>
79
80 </para>
81
82 @pixbuf: 
83 @pixmap_return: 
84 @mask_return: 
85 @alpha_threshold: 
86
87
88 <!-- ##### FUNCTION gdk_pixbuf_render_pixmap_and_mask_for_colormap ##### -->
89 <para>
90
91 </para>
92
93 @pixbuf: 
94 @colormap: 
95 @pixmap_return: 
96 @mask_return: 
97 @alpha_threshold: 
98
99
100 <!-- ##### FUNCTION gdk_pixbuf_get_from_drawable ##### -->
101 <para>
102
103 </para>
104
105 @dest: 
106 @src: 
107 @cmap: 
108 @src_x: 
109 @src_y: 
110 @dest_x: 
111 @dest_y: 
112 @width: 
113 @height: 
114 @Returns: 
115
116
117 <!-- ##### FUNCTION gdk_pixbuf_get_from_image ##### -->
118 <para>
119
120 </para>
121
122 @dest: 
123 @src: 
124 @cmap: 
125 @src_x: 
126 @src_y: 
127 @dest_x: 
128 @dest_y: 
129 @width: 
130 @height: 
131 @Returns: 
132
133