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

« back to all changes in this revision

Viewing changes to man/gtkIMContextSetSurrounding.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:
7
7
effect if called at other times.}
8
8
\usage{gtkIMContextSetSurrounding(object, text, cursor.index)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkIMContext}}]  a \verb{\link{GtkIMContext}} }
11
 
\item{\verb{text}}{[character]  text surrounding the insertion point, as UTF-8.
 
10
\item{\verb{object}}{a \code{\link{GtkIMContext}} }
 
11
\item{\verb{text}}{text surrounding the insertion point, as UTF-8.
12
12
       the preedit string should not be included within
13
13
       \code{text}.}
14
 
\item{\verb{cursor.index}}{[integer]  the byte index of the insertion cursor within \code{text}.}
 
14
\item{\verb{cursor.index}}{the byte index of the insertion cursor within \code{text}.}
15
15
}
16
16
\author{Derived by RGtkGen from GTK+ documentation}
17
17
\keyword{internal}