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

« back to all changes in this revision

Viewing changes to man/pangoRendererGetColor.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{Gets the current rendering color for the specified part.}
5
5
\usage{pangoRendererGetColor(object, part)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{PangoRenderer}}]  a \verb{\link{PangoRenderer}}}
8
 
\item{\verb{part}}{[\code{\link{PangoRenderPart}}]  the part to get the color for}
 
7
\item{\verb{object}}{a \code{\link{PangoRenderer}}}
 
8
\item{\verb{part}}{the part to get the color for}
9
9
}
10
 
\details{  Since  1.8}
11
 
\value{[\verb{\link{PangoColor}}]  the color for the specified part, or \code{NULL}
 
10
\details{Since 1.8}
 
11
\value{[\code{\link{PangoColor}}]  the color for the specified part, or \code{NULL}
12
12
 if it hasn't been set and should be inherited from the
13
13
 environment.}
14
14
\author{Derived by RGtkGen from GTK+ documentation}