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

« back to all changes in this revision

Viewing changes to man/cairoScaledFontSetUserData.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:
6
6
for \code{data}.}
7
7
\usage{cairoScaledFontSetUserData(scaled.font, key, user.data)}
8
8
\arguments{
9
 
\item{\verb{scaled.font}}{[\verb{\link{CairoScaledFont}}]  a \verb{\link{CairoScaledFont}}}
10
 
\item{\verb{key}}{[\verb{\link{CairoUserDataKey}}]  the a \verb{\link{CairoUserDataKey}} to attach the user data to}
11
 
\item{\verb{user.data}}{[R object]  the user data to attach to the \verb{\link{CairoScaledFont}}}
 
9
\item{\verb{scaled.font}}{[\code{\link{CairoScaledFont}}]  a \code{\link{CairoScaledFont}}}
 
10
\item{\verb{key}}{[\code{\link{CairoUserDataKey}}]  the a \code{\link{CairoUserDataKey}} to attach the user data to}
 
11
\item{\verb{user.data}}{[R object]  the user data to attach to the \code{\link{CairoScaledFont}}}
12
12
}
13
 
\details{  Since  1.4}
14
 
\value{[\verb{\link{CairoStatus}}] \code{CAIRO_STATUS_SUCCESS} or \code{CAIRO_STATUS_NO_MEMORY} if a
 
13
\details{  Since 1.4}
 
14
\value{[\code{\link{CairoStatus}}] \code{CAIRO_STATUS_SUCCESS} or \code{CAIRO_STATUS_NO_MEMORY} if a
15
15
slot could not be allocated for the user data.}
16
16
\author{Derived by RGtkGen from GTK+ documentation}
17
17
\keyword{internal}