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

« back to all changes in this revision

Viewing changes to man/cairoPushGroupWithContent.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:
8
8
(either as an explicit object, or set as the source pattern).}
9
9
\usage{cairoPushGroupWithContent(cr, content)}
10
10
\arguments{
11
 
\item{\verb{cr}}{[\verb{\link{Cairo}}]  a cairo context}
12
 
\item{\verb{content}}{[\verb{\link{CairoContent}}]  a \%\verb{\link{CairoContent}} indicating the type of group that
 
11
\item{\verb{cr}}{[\code{\link{Cairo}}]  a cairo context}
 
12
\item{\verb{content}}{[\code{\link{CairoContent}}]  a \code{\link{CairoContent}} indicating the type of group that
13
13
          will be created}
14
14
}
15
15
\details{The group will have a content type of \code{content}. The ability to
16
16
control this content type is the only distinction between this
17
17
function and \code{\link{cairoPushGroup}} which you should see for a more
18
18
detailed description of group rendering.  
19
 
 
20
 
  Since  1.2}
 
19
  Since 1.2}
21
20
\author{Derived by RGtkGen from GTK+ documentation}
22
21
\keyword{internal}