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

« back to all changes in this revision

Viewing changes to man/gdkDrawLayoutLineWithColors.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{gdkDrawLayoutLineWithColors}
2
2
\name{gdkDrawLayoutLineWithColors}
3
3
\title{gdkDrawLayoutLineWithColors}
4
 
\description{Render a \verb{\link{PangoLayoutLine}} onto a \verb{\link{GdkDrawable}}, overriding the
 
4
\description{Render a \code{\link{PangoLayoutLine}} onto a \code{\link{GdkDrawable}}, overriding the
5
5
layout's normal colors with \code{foreground} and/or \code{background}.
6
6
\code{foreground} and \code{background} need not be allocated.}
7
7
\usage{gdkDrawLayoutLineWithColors(drawable, gc, x, y, line, foreground, background)}
8
8
\arguments{
9
 
\item{\verb{drawable}}{[\verb{\link{GdkDrawable}}]   the drawable on which to draw the line}
10
 
\item{\verb{gc}}{[\verb{\link{GdkGC}}]         base graphics to use}
11
 
\item{\verb{x}}{[integer]          the x position of start of string (in pixels)}
12
 
\item{\verb{y}}{[integer]          the y position of baseline (in pixels)}
13
 
\item{\verb{line}}{[\verb{\link{PangoLayoutLine}}]       a \verb{\link{PangoLayoutLine}}}
14
 
\item{\verb{foreground}}{[\verb{\link{GdkColor}}]  foreground override color, or \code{NULL} for none}
15
 
\item{\verb{background}}{[\verb{\link{GdkColor}}]  background override color, or \code{NULL} for none}
 
9
\item{\verb{drawable}}{the drawable on which to draw the line}
 
10
\item{\verb{gc}}{base graphics to use}
 
11
\item{\verb{x}}{the x position of start of string (in pixels)}
 
12
\item{\verb{y}}{the y position of baseline (in pixels)}
 
13
\item{\verb{line}}{a \code{\link{PangoLayoutLine}}}
 
14
\item{\verb{foreground}}{ foreground override color, or \code{NULL} for none. \emph{[  \acronym{allow-none}  ]}}
 
15
\item{\verb{background}}{ background override color, or \code{NULL} for none. \emph{[  \acronym{allow-none}  ]}}
16
16
}
17
 
\details{If the layout's \verb{\link{PangoContext}} has a transformation matrix set, then
 
17
\details{If the layout's \code{\link{PangoContext}} has a transformation matrix set, then
18
18
\code{x} and \code{y} specify the position of the left edge of the baseline
19
19
(left is in before-tranform user coordinates) in after-transform
20
 
device coordinates.  }
 
20
device coordinates.}
21
21
\author{Derived by RGtkGen from GTK+ documentation}
22
22
\keyword{internal}