Import line: | Atk = imports.gi.Atk; |
GIR File: | Atk-1.0.gir |
C documentation: | AtkCoordType |
Enum : | CoordType |
Properties | |
---|---|
guint32 Atk.CoordType.SCREEN : 0
|
|
guint32 Atk.CoordType.WINDOW : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Atk.Component
Method |
Checks whether the specified point is within the extent of the component.
|
Atk.Component
Method |
Gets the rectangle which gives the extent of the component.
|
Atk.Component
Method |
Gets the position of component in the form of
a point specifying component's top-left corner. |
Atk.Component
Method |
Gets a reference to the accessible child, if one exists, at the
coordinate point specified by x and y. |
Atk.Component
Method |
Sets the extents of component.
|
Atk.Component
Method |
Sets the postition of component.
|
Atk.Image
Method |
Gets the position of the image in the form of a point specifying the
images top-left corner. |
Atk.Text
Method |
get_bounded_ranges
(TextRectangle rect, CoordType coord_type, TextClipType x_clip_type, TextClipType y_clip_type)
:
Array
Get the ranges of text in the specified bounding box.
|
Atk.Text
Method |
get_character_extents
(gint32 offset, gint32 x, gint32 y, gint32 width, gint32 height, CoordType coords)
:
none
Get the bounding box containing the glyph representing the character at
a particular text offset. |
Atk.Text
Method |
Gets the offset of the character located at coordinates x and y.
|
Atk.Text
Method |
get_range_extents
(gint32 start_offset, gint32 end_offset, CoordType coord_type, TextRectangle rect)
:
none
Get the bounding box for text within the specified range.
|