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

« back to all changes in this revision

Viewing changes to man/cairoNewSubPath.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{Begin a new sub-path. Note that the existing path is not
5
5
affected. After this call there will be no current point.}
6
6
\usage{cairoNewSubPath(cr)}
7
 
\arguments{\item{\verb{cr}}{[\verb{\link{Cairo}}]  a cairo context}}
 
7
\arguments{\item{\verb{cr}}{[\code{\link{Cairo}}]  a cairo context}}
8
8
\details{In many cases, this call is not needed since new sub-paths are
9
9
frequently started with \code{\link{cairoMoveTo}}.
10
10
  
13
13
makes things easier as it is no longer necessary to manually
14
14
compute the arc's initial coordinates for a call to
15
15
\code{\link{cairoMoveTo}}.  
16
 
 
17
 
  Since  1.2}
 
16
  Since 1.2}
18
17
\author{Derived by RGtkGen from GTK+ documentation}
19
18
\keyword{internal}