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
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atk.Component
Method
contains (Number x, Number y, CoordType coord_type) : Boolean
Checks whether the specified point is within the extent of the component.
Atk.Component
Method
ref_accessible_at_point (Number x, Number 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
get_extents (Number x, Number y, Number width, Number height, CoordType coord_type) : Object
Gets the rectangle which gives the extent of the component.
Atk.Component
Method
get_position (Number x, Number y, CoordType coord_type) : Object
Gets the position of component in the form of a point specifying component's top-left corner.
Atk.Component
Method
set_extents (Number x, Number y, Number width, Number height, CoordType coord_type) : Boolean
Sets the extents of component.
Atk.Component
Method
set_position (Number x, Number y, CoordType coord_type) : Boolean
Sets the postition of component.
Atk.Image
Method
get_image_position (Number x, Number y, CoordType coord_type) : Object
Gets the position of the image in the form of a point specifying the images top-left corner.
Atk.Text
Method
get_character_extents (Number offset, Number x, Number y, Number width, Number height, CoordType coords) : Object
Get the bounding box containing the glyph representing the character at a particular text offset.
Atk.Text
Method
get_offset_at_point (Number x, Number y, CoordType coords) : Number
Gets the offset of the character located at coordinates x and y.
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:30 GMT+0800 (HKT)