| Import line: | Atk = imports.gi.Atk; |
| GIR File: | Atk-1.0.gir |
| C documentation: | AtkTextRectangle |
| Struct : | TextRectangle |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
height : Number
|
Atk.TextRectangle | |
|
width : Number
|
Atk.TextRectangle | |
|
x : Number
|
Atk.TextRectangle | |
|
y : Number
|
Atk.TextRectangle | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Atk.TextRectangle
()
Create a new Atk.TextRectangle
Create a new Atk.TextRectangle
|
||
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Atk.Text
Method |
get_range_extents
(Number start_offset, Number end_offset, CoordType coord_type, TextRectangle rect)
:
none
Get the bounding box for text within the specified range.
|
|
Atk.Text
Method |
get_bounded_ranges
(TextRectangle rect, CoordType coord_type, TextClipType x_clip_type, TextClipType y_clip_type)
:
Atk.TextRange
Get the ranges of text in the specified bounding box.
|