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

atkTextGetRunAttributes

atkTextGetRunAttributes


Description

Creates an AtkAttributeSet which consists of the attributes explicitly set at the position offset in the text. start.offset and end.offset are set to the start and end of the range around offset where the attributes are invariant. Note that end.offset is the offset of the first character after the range. See the enum AtkTextAttribute for types of text attributes that can be returned. Note that other attributes may also be returned.

Usage

atkTextGetRunAttributes(object, offset)

Arguments

object

[AtkText] an AtkText

offset

[integer] the offset at which to get the attributes, -1 means the offset of the character to be inserted at the caret location.

Value

A list containing the following elements:

retval

[AtkAttributeSet] an AtkAttributeSet which contains the attributes explicitly set at offset.

start.offset

[integer] the address to put the start offset of the range

end.offset

[integer] the address to put the end offset of the range

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.