~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gtkPrintContextSetCairoContext.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
\description{Sets a new cairo context on a print context. }
5
5
\usage{gtkPrintContextSetCairoContext(object, cr, dpi.x, dpi.y)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{GtkPrintContext}}]  a \verb{\link{GtkPrintContext}}}
8
 
\item{\verb{cr}}{[\verb{\link{Cairo}}]  the cairo context}
9
 
\item{\verb{dpi.x}}{[numeric]  the horizontal resolution to use with \code{cr}}
10
 
\item{\verb{dpi.y}}{[numeric]  the vertical resolution to use with \code{cr}}
 
7
\item{\verb{object}}{a \code{\link{GtkPrintContext}}}
 
8
\item{\verb{cr}}{the cairo context}
 
9
\item{\verb{dpi.x}}{the horizontal resolution to use with \code{cr}}
 
10
\item{\verb{dpi.y}}{the vertical resolution to use with \code{cr}}
11
11
}
12
12
\details{This function is intended to be used when implementing
13
13
an internal print preview, it is not needed for printing,
14
14
since GTK+ itself creates a suitable cairo context in that
15
 
case.  
16
 
 
17
 
  Since  2.10 }
 
15
case.
 
16
  Since 2.10}
18
17
\author{Derived by RGtkGen from GTK+ documentation}
19
18
\keyword{internal}