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

« back to all changes in this revision

Viewing changes to man/gtkDrawInsertionCursor.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:
5
5
but merely a convenience function for drawing the standard cursor shape.}
6
6
\usage{gtkDrawInsertionCursor(widget, drawable, area = NULL, location, is.primary, direction, draw.arrow)}
7
7
\arguments{
8
 
\item{\verb{widget}}{[\verb{\link{GtkWidget}}]   a \verb{\link{GtkWidget}}}
9
 
\item{\verb{drawable}}{[\verb{\link{GdkDrawable}}]  a \verb{\link{GdkDrawable}} }
10
 
\item{\verb{area}}{[\verb{\link{GdkRectangle}}]  rectangle to which the output is clipped, or \code{NULL} if the
11
 
       output should not be clipped}
12
 
\item{\verb{location}}{[\verb{\link{GdkRectangle}}]  location where to draw the cursor (\code{location->width} is ignored)}
13
 
\item{\verb{is.primary}}{[logical]  if the cursor should be the primary cursor color.}
14
 
\item{\verb{direction}}{[\code{\link{GtkTextDirection}}]  whether the cursor is left-to-right or
 
8
\item{\verb{widget}}{a \code{\link{GtkWidget}}}
 
9
\item{\verb{drawable}}{a \code{\link{GdkDrawable}}}
 
10
\item{\verb{area}}{ rectangle to which the output is clipped, or \code{NULL} if the
 
11
       output should not be clipped. \emph{[  \acronym{allow-none}  ]}}
 
12
\item{\verb{location}}{location where to draw the cursor (\code{location->width} is ignored)}
 
13
\item{\verb{is.primary}}{if the cursor should be the primary cursor color.}
 
14
\item{\verb{direction}}{whether the cursor is left-to-right or
15
15
            right-to-left. Should never be \verb{GTK_TEXT_DIR_NONE}}
16
 
\item{\verb{draw.arrow}}{[logical] \code{TRUE} to draw a directional arrow on the
 
16
\item{\verb{draw.arrow}}{\code{TRUE} to draw a directional arrow on the
17
17
       cursor. Should be \code{FALSE} unless the cursor is split.}
18
18
}
19
 
\details{  Since  2.4}
 
19
\details{Since 2.4}
20
20
\author{Derived by RGtkGen from GTK+ documentation}
21
21
\keyword{internal}