Description Usage Arguments Value Author(s)
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.
1 | atkTextGetRunAttributes(object, offset)
|
|
[ |
|
[integer] the offset at which to get the attributes, -1 means the offset of the character to be inserted at the caret location. |
A list containing the following elements:
retval |
[ |
|
[integer] the address to put the start offset of the range |
|
[integer] the address to put the end offset of the range |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.