summaryrefslogtreecommitdiff
path: root/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-from-drawables.sgml
blob: e89a3adee2d302ae3e92874cce56d448423bf7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!-- ##### SECTION Title ##### -->
X Drawables to Pixbufs

<!-- ##### SECTION Short_Description ##### -->
Getting parts of an X drawable's image data into a pixbuf.

<!-- ##### SECTION Long_Description ##### -->
  <para>
    The functions in this section allow you to take the image data
    from an X drawable and dump it into a #GdkPixbuf.  This can be
    used for screenshots and other special effects.  Note that these
    operations can be expensive, since the image data has to be
    transferred from the X server to the client program and converted.
  </para>

  <para>
    These functions are analogous to those for the GDK version of
    &gdk-pixbuf;.
  </para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### FUNCTION gdk_pixbuf_xlib_get_from_drawable ##### -->
<para>

</para>

@dest: 
@src: 
@cmap: 
@visual: 
@src_x: 
@src_y: 
@dest_x: 
@dest_y: 
@width: 
@height: 
@Returns: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->