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

« back to all changes in this revision

Viewing changes to man/cairo-Types.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:
1
 
\alias{cairo-Types}
2
 
\alias{CairoUserDataKey}
3
 
\name{cairo-Types}
4
 
\title{Types}
5
 
\description{Generic data types}
6
 
\section{Detailed Description}{Generic data types used in the cairo API}
7
 
\section{Structures}{\describe{\item{\verb{CairoUserDataKey}}{
8
 
\verb{\link{CairoUserDataKey}} is used for attaching user data to cairo
9
 
data structures.  The actual contents of the struct is never used,
10
 
and there is no need to initialize the object; only the unique
11
 
a \verb{cairo_data_key_t} object is used.  Typically, you
12
 
would just use the a static \verb{cairo_data_key_t} object.  
13
 
 
14
 
\describe{\item{\code{unused}}{[integer]  not used; ignore.}}
15
 
 
16
 
}}}
17
 
\references{\url{http://www.cairographics.org/manual/cairo-Types.html}}
18
 
\author{Derived by RGtkGen from GTK+ documentation}
19
 
\keyword{internal}