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

« back to all changes in this revision

Viewing changes to man/cairoPatternSetExtend.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{cairoPatternSetExtend}
3
3
\title{cairoPatternSetExtend}
4
4
\description{Sets the mode to be used for drawing outside the area of a pattern.
5
 
See \verb{\link{CairoExtend}} for details on the semantics of each extend
 
5
See \code{\link{CairoExtend}} for details on the semantics of each extend
6
6
strategy.}
7
7
\usage{cairoPatternSetExtend(pattern, extend)}
8
8
\arguments{
9
 
\item{\verb{pattern}}{[\verb{\link{CairoPattern}}]  a \verb{\link{CairoPattern}}}
10
 
\item{\verb{extend}}{[\verb{\link{CairoExtend}}]  a \verb{\link{CairoExtend}} describing how the area outside of the
 
9
\item{\verb{pattern}}{[\code{\link{CairoPattern}}]  a \code{\link{CairoPattern}}}
 
10
\item{\verb{extend}}{[\code{\link{CairoExtend}}]  a \code{\link{CairoExtend}} describing how the area outside of the
11
11
pattern will be drawn}
12
12
}
 
13
\details{The default extend mode is \code{CAIRO_EXTEND_NONE} for surface patterns
 
14
and \code{CAIRO_EXTEND_PAD} for gradient patterns.  }
13
15
\author{Derived by RGtkGen from GTK+ documentation}
14
16
\keyword{internal}