]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml
[quartz] Delete the typedef of GdkDevicePrivate
[~andy/gtk] / docs / reference / gdk-pixbuf / tmpl / gdk-pixbuf-xlib-from-drawables.sgml
1 <!-- ##### SECTION Title ##### -->
2 X Drawables to Pixbufs
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Getting parts of an X drawable's image data into a pixbuf.
6
7 <!-- ##### SECTION Long_Description ##### -->
8   <para>
9     The functions in this section allow you to take the image data
10     from an X drawable and dump it into a #GdkPixbuf.  This can be
11     used for screenshots and other special effects.  Note that these
12     operations can be expensive, since the image data has to be
13     transferred from the X server to the client program and converted.
14   </para>
15
16   <para>
17     These functions are analogous to those for the GDK version of
18     &gdk-pixbuf;.
19   </para>
20
21 <!-- ##### SECTION See_Also ##### -->
22 <para>
23
24 </para>
25
26 <!-- ##### SECTION Stability_Level ##### -->
27
28
29 <!-- ##### SECTION Image ##### -->
30
31
32 <!-- ##### FUNCTION gdk_pixbuf_xlib_get_from_drawable ##### -->
33 <para>
34
35 </para>
36
37 @dest: 
38 @src: 
39 @cmap: 
40 @visual: 
41 @src_x: 
42 @src_y: 
43 @dest_x: 
44 @dest_y: 
45 @width: 
46 @height: 
47 @Returns: <!--
48 Local variables:
49 mode: sgml
50 sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
51 End:
52 -->
53
54