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

« back to all changes in this revision

Viewing changes to man/gtkPaintString.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:
3
3
\title{gtkPaintString}
4
4
\description{
5
5
Draws a text string on \code{window} with the given parameters.
6
 
\strong{WARNING: \code{gtk_paint_string} is deprecated and should not be used in newly-written code. Use \code{\link{gtkPaintLayout}} instead.}
 
6
\strong{WARNING: \code{gtk_paint_string} has been deprecated since version 2.0 and should not be used in newly-written code. Use \code{\link{gtkPaintLayout}} instead.}
7
7
}
8
8
\usage{gtkPaintString(object, window, state.type, area = NULL, widget = NULL, detail = NULL, x, y, string)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkStyle}}]  a \verb{\link{GtkStyle}}}
11
 
\item{\verb{window}}{[\verb{\link{GdkWindow}}]  a \verb{\link{GdkWindow}}}
12
 
\item{\verb{state.type}}{[\code{\link{GtkStateType}}]  a state}
13
 
\item{\verb{area}}{[\verb{\link{GdkRectangle}}]  clip rectangle, or \code{NULL} if the
14
 
       output should not be clipped}
15
 
\item{\verb{widget}}{[\verb{\link{GtkWidget}}]  the widget (may be \code{NULL})}
16
 
\item{\verb{detail}}{[character]  a style detail (may be \code{NULL})}
17
 
\item{\verb{x}}{[integer]  x origin}
18
 
\item{\verb{y}}{[integer]  y origin}
19
 
\item{\verb{string}}{[character]  the string to draw}
 
10
\item{\verb{object}}{a \code{\link{GtkStyle}}}
 
11
\item{\verb{window}}{a \code{\link{GdkWindow}}}
 
12
\item{\verb{state.type}}{a state}
 
13
\item{\verb{area}}{ clip rectangle, or \code{NULL} if the
 
14
       output should not be clipped. \emph{[  \acronym{allow-none}  ]}}
 
15
\item{\verb{widget}}{ the widget. \emph{[  \acronym{allow-none}  ]}}
 
16
\item{\verb{detail}}{ a style detail. \emph{[  \acronym{allow-none}  ]}}
 
17
\item{\verb{x}}{x origin}
 
18
\item{\verb{y}}{y origin}
 
19
\item{\verb{string}}{the string to draw}
20
20
}
21
21
\author{Derived by RGtkGen from GTK+ documentation}
22
22
\keyword{internal}