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

« back to all changes in this revision

Viewing changes to man/gtkPrintSettingsGetLength.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:
5
5
as a length. The returned value is converted to \code{units}.}
6
6
\usage{gtkPrintSettingsGetLength(object, key, unit)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkPrintSettings}}]  a \verb{\link{GtkPrintSettings}}}
9
 
\item{\verb{key}}{[character]  a key}
10
 
\item{\verb{unit}}{[\code{\link{GtkUnit}}]  the unit of the return value}
 
8
\item{\verb{object}}{a \code{\link{GtkPrintSettings}}}
 
9
\item{\verb{key}}{a key}
 
10
\item{\verb{unit}}{the unit of the return value}
11
11
}
12
 
\details{  Since  2.10}
 
12
\details{Since 2.10}
13
13
\value{[numeric]  the length value of \code{key}, converted to \code{unit}}
14
14
\author{Derived by RGtkGen from GTK+ documentation}
15
15
\keyword{internal}