]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rendering.sgml
contrib subdir
[~andy/gtk] / docs / reference / gdk-pixbuf / tmpl / gdk-pixbuf-xlib-rendering.sgml
1 <!-- ##### SECTION Title ##### -->
2 Xlib Rendering
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Rendering a pixbuf to an X drawable.
6
7 <!-- ##### SECTION Long_Description ##### -->
8   <para>
9     The &gdk-pixbuf; Xlib library provides several convenience
10     functions to render pixbufs to X drawables.  It uses XlibRGB to
11     render the image data.
12   </para>
13
14   <para>
15     These functions are analogous to those for the Gdk version of
16     &gdk-pixbuf;.
17   </para>
18
19 <!-- ##### SECTION See_Also ##### -->
20 <para>
21
22 </para>
23
24 <!-- ##### FUNCTION gdk_pixbuf_xlib_render_threshold_alpha ##### -->
25 <para>
26
27 </para>
28
29 @pixbuf: 
30 @bitmap: 
31 @src_x: 
32 @src_y: 
33 @dest_x: 
34 @dest_y: 
35 @width: 
36 @height: 
37 @alpha_threshold: 
38
39
40 <!-- ##### FUNCTION gdk_pixbuf_xlib_render_to_drawable ##### -->
41 <para>
42
43 </para>
44
45 @pixbuf: 
46 @drawable: 
47 @gc: 
48 @src_x: 
49 @src_y: 
50 @dest_x: 
51 @dest_y: 
52 @width: 
53 @height: 
54 @dither: 
55 @x_dither: 
56 @y_dither: 
57
58
59 <!-- ##### FUNCTION gdk_pixbuf_xlib_render_to_drawable_alpha ##### -->
60 <para>
61
62 </para>
63
64 @pixbuf: 
65 @drawable: 
66 @src_x: 
67 @src_y: 
68 @dest_x: 
69 @dest_y: 
70 @width: 
71 @height: 
72 @alpha_mode: 
73 @alpha_threshold: 
74 @dither: 
75 @x_dither: 
76 @y_dither: 
77
78
79 <!-- ##### FUNCTION gdk_pixbuf_xlib_render_pixmap_and_mask ##### -->
80 <para>
81
82 </para>
83
84 @pixbuf: 
85 @pixmap_return: 
86 @mask_return: 
87 @alpha_threshold: <!--
88 Local variables:
89 mode: sgml
90 sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
91 End:
92 -->
93
94