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

« back to all changes in this revision

Viewing changes to man/atkTextGetBoundedRanges.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 ranges of text in the specified bounding box.}
5
5
\usage{atkTextGetBoundedRanges(object, rect, coord.type, x.clip.type, y.clip.type)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{AtkText}}]  an \verb{\link{AtkText}}}
8
 
\item{\verb{rect}}{[\verb{\link{AtkTextRectangle}}]  An AtkTextRectagle giving the dimensions of the bounding box.}
 
7
\item{\verb{object}}{[\code{\link{AtkText}}]  an \code{\link{AtkText}}}
 
8
\item{\verb{rect}}{[\code{\link{AtkTextRectangle}}]  An AtkTextRectagle giving the dimensions of the bounding box.}
9
9
\item{\verb{coord.type}}{[\code{\link{AtkCoordType}}]  Specify whether coordinates are relative to the screen or widget window.}
10
10
\item{\verb{x.clip.type}}{[\code{\link{AtkTextClipType}}]  Specify the horizontal clip type.}
11
11
\item{\verb{y.clip.type}}{[\code{\link{AtkTextClipType}}]  Specify the vertical clip type.}
12
12
}
13
 
\details{  Since  ATK 1.3}
14
 
\value{[\verb{\link{AtkTextRange}}]  list of AtkTextRange. The last element of the list returned 
 
13
\details{  Since 1.3}
 
14
\value{[\code{\link{AtkTextRange}}]  list of AtkTextRange. The last element of the list returned 
15
15
         by this function will be NULL.}
16
16
\author{Derived by RGtkGen from GTK+ documentation}
17
17
\keyword{internal}