~ubuntu-branches/ubuntu/maverick/gdk-pixbuf/maverick

« back to all changes in this revision

Viewing changes to doc/tmpl/from-drawables.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-07-23 11:26:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100723112625-owhl395g8ifk2wtn
Tags: 2.21.6-2ubuntu1
* Rebase on Debian
* debian/control, debian/gir1.0-gdkpixbuf-2.0.install, debian/rules:
  - build a gir1.0-gdkpixbuf-2.0 gir binary

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
Drawables to Pixbufs
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
Getting parts of a 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 a GDK 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
 
<!-- ##### SECTION See_Also ##### -->
17
 
  <para>
18
 
    gdk_image_get().
19
 
  </para>
20
 
 
21
 
<!-- ##### FUNCTION gdk_pixbuf_get_from_drawable ##### -->
22
 
<para>
23
 
 
24
 
</para>
25
 
 
26
 
@dest: 
27
 
@src: 
28
 
@cmap: 
29
 
@src_x: 
30
 
@src_y: 
31
 
@dest_x: 
32
 
@dest_y: 
33
 
@width: 
34
 
@height: 
35
 
@Returns: <!--
36
 
Local variables:
37
 
mode: sgml
38
 
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
39
 
End:
40
 
-->
41
 
 
42