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

atkTextGetRangeExtents

atkTextGetRangeExtents


Description

Get the bounding box for text within the specified range.

Usage

atkTextGetRangeExtents(object, start.offset, end.offset, coord.type)

Arguments

object

[AtkText] an AtkText

start.offset

[integer] The offset of the first text character for which boundary information is required.

end.offset

[integer] The offset of the text character after the last character for which boundary information is required.

coord.type

[AtkCoordType] Specify whether coordinates are relative to the screen or widget window.

Details

Since 1.3

Value

A list containing the following elements:

rect

[AtkTextRectangle] A pointer to a AtkTextRectangle which is filled in by this function.

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.