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

« back to all changes in this revision

Viewing changes to man/gdkDrawLayoutLine.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{gdkDrawLayoutLine}
2
2
\name{gdkDrawLayoutLine}
3
3
\title{gdkDrawLayoutLine}
4
 
\description{Render a \verb{\link{PangoLayoutLine}} onto an GDK drawable}
 
4
\description{Render a \code{\link{PangoLayoutLine}} onto an GDK drawable}
5
5
\usage{gdkDrawLayoutLine(object, gc, x, y, line)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{GdkDrawable}}]   the drawable on which to draw the line}
8
 
\item{\verb{gc}}{[\verb{\link{GdkGC}}]         base graphics to use}
9
 
\item{\verb{x}}{[integer]          the x position of start of string (in pixels)}
10
 
\item{\verb{y}}{[integer]          the y position of baseline (in pixels)}
11
 
\item{\verb{line}}{[\verb{\link{PangoLayoutLine}}]       a \verb{\link{PangoLayoutLine}}}
 
7
\item{\verb{object}}{the drawable on which to draw the line}
 
8
\item{\verb{gc}}{base graphics to use}
 
9
\item{\verb{x}}{the x position of start of string (in pixels)}
 
10
\item{\verb{y}}{the y position of baseline (in pixels)}
 
11
\item{\verb{line}}{a \code{\link{PangoLayoutLine}}}
12
12
}
13
 
\details{If the layout's \verb{\link{PangoContext}} has a transformation matrix set, then
 
13
\details{If the layout's \code{\link{PangoContext}} has a transformation matrix set, then
14
14
\code{x} and \code{y} specify the position of the left edge of the baseline
15
15
(left is in before-tranform user coordinates) in after-transform
16
 
device coordinates.  }
 
16
device coordinates.}
17
17
\author{Derived by RGtkGen from GTK+ documentation}
18
18
\keyword{internal}