File: atkTextGetOffsetAtPoint.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (18 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\alias{atkTextGetOffsetAtPoint}
\name{atkTextGetOffsetAtPoint}
\title{atkTextGetOffsetAtPoint}
\description{Gets the offset of the character located at coordinates \code{x} and \code{y}. \code{x} and \code{y}
are interpreted as being relative to the screen or this widget's window
depending on \code{coords}.}
\usage{atkTextGetOffsetAtPoint(object, x, y, coords)}
\arguments{
\item{\verb{object}}{[\code{\link{AtkText}}]  an \code{\link{AtkText}}}
\item{\verb{x}}{[integer]  screen x-position of character}
\item{\verb{y}}{[integer]  screen y-position of character}
\item{\verb{coords}}{[\code{\link{AtkCoordType}}]  specify whether coordinates are relative to the screen or
widget window }
}
\value{[integer]  the offset to the character which is located at
the specified \code{x} and \code{y} coordinates.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}