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

« back to all changes in this revision

Viewing changes to man/cairoSetOperator.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:
2
2
\name{cairoSetOperator}
3
3
\title{cairoSetOperator}
4
4
\description{Sets the compositing operator to be used for all drawing
5
 
operations. See \verb{\link{CairoOperator}} for details on the semantics of
 
5
operations. See \code{\link{CairoOperator}} for details on the semantics of
6
6
each available compositing operator.}
7
7
\usage{cairoSetOperator(cr, op)}
8
8
\arguments{
9
 
\item{\verb{cr}}{[\verb{\link{Cairo}}]  a \verb{\link{Cairo}}}
10
 
\item{\verb{op}}{[\verb{\link{CairoOperator}}]  a compositing operator, specified as a \verb{\link{CairoOperator}}}
 
9
\item{\verb{cr}}{[\code{\link{Cairo}}]  a \code{\link{Cairo}}}
 
10
\item{\verb{op}}{[\code{\link{CairoOperator}}]  a compositing operator, specified as a \code{\link{CairoOperator}}}
11
11
}
12
 
\details{XXX: I'd also like to direct the reader's attention to some
13
 
(not-yet-written) section on cairo's imaging model. How would I do
14
 
that if such a section existed? (cworth).  }
 
12
\details{The default operator is \code{CAIRO_OPERATOR_OVER}.  }
15
13
\author{Derived by RGtkGen from GTK+ documentation}
16
14
\keyword{internal}