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

« back to all changes in this revision

Viewing changes to man/pangoCairoShowErrorUnderline.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
original rectangle)}
9
9
\usage{pangoCairoShowErrorUnderline(cr, x, y, width, height)}
10
10
\arguments{
11
 
\item{\verb{cr}}{[\verb{\link{Cairo}}]  a Cairo context}
12
 
\item{\verb{x}}{[numeric]  The X coordinate of one corner of the rectangle}
13
 
\item{\verb{y}}{[numeric]  The Y coordinate of one corner of the rectangle}
14
 
\item{\verb{width}}{[numeric]  Non-negative width of the rectangle}
15
 
\item{\verb{height}}{[numeric]  Non-negative height of the rectangle}
 
11
\item{\verb{cr}}{a Cairo context}
 
12
\item{\verb{x}}{The X coordinate of one corner of the rectangle}
 
13
\item{\verb{y}}{The Y coordinate of one corner of the rectangle}
 
14
\item{\verb{width}}{Non-negative width of the rectangle}
 
15
\item{\verb{height}}{Non-negative height of the rectangle}
16
16
}
17
 
\details{  Since  1.14}
 
17
\details{Since 1.14}
18
18
\author{Derived by RGtkGen from GTK+ documentation}
19
19
\keyword{internal}