Atk.TextRange - Structures - Atk 1.0 (original) (raw)
Fields¶
Name | Type | Access | Description |
---|---|---|---|
bounds | Atk.TextRectangle | r/w | A rectangle giving the bounds of the text range |
content | str | r/w | The text in the text range |
end_offset | int | r/w | The end offset of a Atk.TextRange |
start_offset | int | r/w | The start offset of a Atk.TextRange |
Methods¶
None
Details¶
class Atk.TextRange¶
A structure used to describe a text range.