Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

atkTextGetOffsetAtPoint

atkTextGetOffsetAtPoint


Description

Gets the offset of the character located at coordinates x and y. x and y are interpreted as being relative to the screen or this widget's window depending on coords.

Usage

atkTextGetOffsetAtPoint(object, x, y, coords)

Arguments

object

[AtkText] an AtkText

x

[integer] screen x-position of character

y

[integer] screen y-position of character

coords

[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 x and y coordinates.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.