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

« back to all changes in this revision

Viewing changes to man/pangoRendererPartChanged.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{Informs Pango that the way that the rendering is done
5
5
for \code{part} has changed in a way that would prevent multiple
6
6
pieces being joined together into one drawing call. For
7
 
instance, if a subclass of \verb{\link{PangoRenderer}} was to add a stipple
 
7
instance, if a subclass of \code{\link{PangoRenderer}} was to add a stipple
8
8
option for drawing underlines, it needs to call}
9
9
\usage{pangoRendererPartChanged(object, part)}
10
10
\arguments{
11
 
\item{\verb{object}}{[\verb{\link{PangoRenderer}}]  a \verb{\link{PangoRenderer}}}
12
 
\item{\verb{part}}{[\code{\link{PangoRenderPart}}]  the part for which rendering has changed.}
 
11
\item{\verb{object}}{a \code{\link{PangoRenderer}}}
 
12
\item{\verb{part}}{the part for which rendering has changed.}
13
13
}
14
 
\details{\preformatted{pango_renderer_part_changed (render, PANGO_RENDER_PART_UNDERLINE);
15
 
}  
 
14
\details{\preformatted{renderer$partChanged(PangoRendererPart["underline"])}  
16
15
When the stipple changes or underlines with different stipples
17
16
might be joined together. Pango automatically calls this for
18
 
changes to colors. (See \code{\link{pangoRendererSetColor}})  
19
 
 
20
 
  Since  1.8}
 
17
changes to colors. (See \code{\link{pangoRendererSetColor}})
 
18
  Since 1.8}
21
19
\author{Derived by RGtkGen from GTK+ documentation}
22
20
\keyword{internal}