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

« back to all changes in this revision

Viewing changes to man/atkTextGetRangeExtents.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{Get the bounding box for text within the specified range.}
5
5
\usage{atkTextGetRangeExtents(object, start.offset, end.offset, coord.type)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{AtkText}}]  an \verb{\link{AtkText}}}
 
7
\item{\verb{object}}{[\code{\link{AtkText}}]  an \code{\link{AtkText}}}
8
8
\item{\verb{start.offset}}{[integer]  The offset of the first text character for which boundary 
9
9
       information is required.}
10
10
\item{\verb{end.offset}}{[integer]  The offset of the text character after the last character 
11
11
       for which boundary information is required.}
12
12
\item{\verb{coord.type}}{[\code{\link{AtkCoordType}}]  Specify whether coordinates are relative to the screen or widget window.}
13
13
}
14
 
\details{  Since  ATK 1.3}
 
14
\details{  Since 1.3}
15
15
\value{
16
16
A list containing the following elements:
17
 
\item{\verb{rect}}{[\verb{\link{AtkTextRectangle}}]  A pointer to a AtkTextRectangle which is filled in by this function.}
 
17
\item{\verb{rect}}{[\code{\link{AtkTextRectangle}}]  A pointer to a AtkTextRectangle which is filled in by this function.}
18
18
}
19
19
\author{Derived by RGtkGen from GTK+ documentation}
20
20
\keyword{internal}