~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to gtk/doc/gdk/defuns-cairo_interaction.xml.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
@end deffn
60
60
 
61
 
@deffn Function gdk-cairo-set-source-pixmap  (cr@tie{}@code{cairo-t}) (pixmap@tie{}@code{<gdk-pixmap*>}) (pixmap_x@tie{}@code{double}) (pixmap_y@tie{}@code{double})
 
61
@deffn Function gdk-cairo-set-source-pixmap  (cr@tie{}@code{cairo-t}) (pixmap@tie{}@code{<gdk-pixmap>}) (pixmap_x@tie{}@code{double}) (pixmap_y@tie{}@code{double})
62
62
Sets the given pixmap as the source pattern for the Cairo context. The pattern
63
63
has an extend mode of @samp{CAIRO_EXTEND_NONE} and is aligned so that the origin
64
64
of @var{pixbuf} is @var{pixbuf-x}, @var{pixbuf-y}
98
98
 
99
99
@end deffn
100
100
 
101
 
@deffn Function gdk-cairo-region  (cr@tie{}@code{cairo-t}) (region@tie{}@code{<gdk-region*>})
 
101
@deffn Function gdk-cairo-region  (cr@tie{}@code{cairo-t}) (region@tie{}@code{<gdk-region>})
102
102
Adds the given region to the current path of @var{cr}.
103
103
 
104
104
@table @var