Back to Seed Clases

Atk


Classes

Interfaces

Structs

Unions

Enums

Enum Atk.CoordType

Import line: Atk = imports.gi.Atk;
GIR File: Atk-1.0.gir
C documentation: AtkCoordType
Enum : CoordType
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atk.Component
Method
contains (gint32 x, gint32 y, CoordType coord_type) : gboolean
Checks whether the specified point is within the extent of the component.
Atk.Component
Method
get_extents (gint32 x, gint32 y, gint32 width, gint32 height, CoordType coord_type) : none
Gets the rectangle which gives the extent of the component.
Atk.Component
Method
get_position (gint32 x, gint32 y, CoordType coord_type) : none
Gets the position of component in the form of
a point specifying component's top-left corner.
Atk.Component
Method
ref_accessible_at_point (gint32 x, gint32 y, CoordType coord_type) : Atk.Object
Gets a reference to the accessible child, if one exists, at the
coordinate point specified by x and y.
Atk.Component
Method
set_extents (gint32 x, gint32 y, gint32 width, gint32 height, CoordType coord_type) : gboolean
Sets the extents of component.
Atk.Component
Method
set_position (gint32 x, gint32 y, CoordType coord_type) : gboolean
Sets the postition of component.
Atk.Image
Method
get_image_position (gint32 x, gint32 y, CoordType coord_type) : none
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
get_offset_at_point (gint32 x, gint32 y, CoordType coords) : gint32
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:04 GMT+0800 (HKT)