atkTextGetText: atkTextGetText

Description Usage Arguments Value Author(s)

View source: R/atkFuncs.R

Description

Gets the specified text.

Usage

1
atkTextGetText(object, start.offset, end.offset)

Arguments

object

[AtkText] an AtkText

start.offset

[integer] start position

end.offset

[integer] end position

Value

[character] the text from start.offset up to, but not including end.offset.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to atkTextGetText in RGtk2...