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

« back to all changes in this revision

Viewing changes to man/gtkPaintLayout.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{Draws a layout on \code{window} using the given parameters.}
5
5
\usage{gtkPaintLayout(object, window, state.type, use.text, area = NULL, widget = NULL, detail = NULL, x, y, layout)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{GtkStyle}}]  a \verb{\link{GtkStyle}}}
8
 
\item{\verb{window}}{[\verb{\link{GdkWindow}}]  a \verb{\link{GdkWindow}}}
9
 
\item{\verb{state.type}}{[\code{\link{GtkStateType}}]  a state}
10
 
\item{\verb{use.text}}{[logical]  whether to use the text or foreground
 
7
\item{\verb{object}}{a \code{\link{GtkStyle}}}
 
8
\item{\verb{window}}{a \code{\link{GdkWindow}}}
 
9
\item{\verb{state.type}}{a state}
 
10
\item{\verb{use.text}}{whether to use the text or foreground
11
11
           graphics context of \code{style}}
12
 
\item{\verb{area}}{[\verb{\link{GdkRectangle}}]  clip rectangle, or \code{NULL} if the
13
 
       output should not be clipped}
14
 
\item{\verb{widget}}{[\verb{\link{GtkWidget}}]  the widget (may be \code{NULL})}
15
 
\item{\verb{detail}}{[character]  a style detail (may be \code{NULL})}
16
 
\item{\verb{x}}{[integer]  x origin}
17
 
\item{\verb{y}}{[integer]  y origin}
18
 
\item{\verb{layout}}{[\verb{\link{PangoLayout}}]  the layout to draw}
 
12
\item{\verb{area}}{ clip rectangle, or \code{NULL} if the
 
13
       output should not be clipped. \emph{[  \acronym{allow-none}  ]}}
 
14
\item{\verb{widget}}{ the widget. \emph{[  \acronym{allow-none}  ]}}
 
15
\item{\verb{detail}}{ a style detail. \emph{[  \acronym{allow-none}  ]}}
 
16
\item{\verb{x}}{x origin}
 
17
\item{\verb{y}}{y origin}
 
18
\item{\verb{layout}}{the layout to draw}
19
19
}
20
20
\author{Derived by RGtkGen from GTK+ documentation}
21
21
\keyword{internal}