c
Back to Seed Clases

Atspi


Classes

Interfaces

Structs

Unions

Enums

Enum Atspi.CoordType

Import line: Atspi = imports.gi.Atspi;
GIR File: Atspi-2.0.gir
C documentation: AtspiCoordType
Enum : CoordType
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atspi.Component
Method
contains (gint32 x, gint32 y, CoordType ctype) : gboolean
Atspi.Component
Method
get_accessible_at_point (gint32 x, gint32 y, CoordType ctype) : Atspi.Accessible
Atspi.Component
Method
get_extents (CoordType ctype) : Atspi.Rect
Atspi.Component
Method
get_position (CoordType ctype) : Atspi.Point
Atspi.Component
Method
set_extents (gint32 x, gint32 y, gint32 width, gint32 height, CoordType ctype) : gboolean
Atspi.Component
Method
set_position (gint32 x, gint32 y, CoordType ctype) : gboolean
Atspi.Image
Method
get_image_extents (CoordType ctype) : Atspi.Rect
Atspi.Image
Method
get_image_position (CoordType ctype) : Atspi.Point
Atspi.Text
Method
get_bounded_ranges (gint32 x, gint32 y, gint32 width, gint32 height, CoordType type, TextClipType clipTypeX, TextClipType clipTypeY) : Array
Atspi.Text
Method
get_character_extents (gint32 offset, CoordType type) : Atspi.Rect
Atspi.Text
Method
get_offset_at_point (gint32 x, gint32 y, CoordType type) : gint32
Atspi.Text
Method
get_range_extents (gint32 start_offset, gint32 end_offset, CoordType type) : Atspi.Rect
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:18:56 GMT+0800 (HKT)