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

« back to all changes in this revision

Viewing changes to man/pangoLayoutSetHeight.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
1
\alias{pangoLayoutSetHeight}
2
2
\name{pangoLayoutSetHeight}
3
3
\title{pangoLayoutSetHeight}
4
 
\description{Sets the height to which the \verb{\link{PangoLayout}} should be ellipsized at.  There
 
4
\description{Sets the height to which the \code{\link{PangoLayout}} should be ellipsized at.  There
5
5
are two different behaviors, based on whether \code{height} is positive or
6
6
negative.}
7
7
\usage{pangoLayoutSetHeight(object, height)}
8
8
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{PangoLayout}}]  a \verb{\link{PangoLayout}}.}
10
 
\item{\verb{height}}{[integer]  the desired height of the layout in Pango units if positive,
 
9
\item{\verb{object}}{a \code{\link{PangoLayout}}.}
 
10
\item{\verb{height}}{the desired height of the layout in Pango units if positive,
11
11
         or desired number of lines if negative.}
12
12
}
13
13
\details{If \code{height} is positive, it will be the maximum height of the layout.  Only
28
28
\code{layout} and ellipsization mode of \code{layout} is not \code{PANGO_ELLIPSIZE_NONE}.
29
29
The behavior is undefined if a height other than -1 is set and
30
30
ellipsization mode is set to \code{PANGO_ELLIPSIZE_NONE}, and may change in the
31
 
future.  
32
 
 
33
 
  Since  1.20}
 
31
future.
 
32
  Since 1.20}
34
33
\author{Derived by RGtkGen from GTK+ documentation}
35
34
\keyword{internal}