Back to Seed Clases

Atk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Atk.Object

Class Atk.Object

Import line: Atk = imports.gi.Atk;
GIR File: Atk-1.0.gir
C documentation: AtkObject
Class : Object
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atk
Method
Atk.focus_tracker_notify (Object object) : none
Cause the focus tracker functions which have been specified to be executed for the object.
Atk
Method
Atk.get_focus_object () : Atk.Object
Gets the currently focused object.
Atk
Method
Atk.get_root () : Atk.Object
Gets the root accessible container for the current application.
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.GObjectAccessible
Method
Atk.GObjectAccessible.for_object (Object obj) : Atk.Object
Gets the accessible object for the specified obj.
Atk.Hyperlink
Method
get_object (Number i) : Atk.Object
Returns the item associated with this hyperlinks nth anchor.
Atk.ImplementorIface
Method
ref_accessible () : Atk.Object
Gets a reference to an object's AtkObject implementation, if the object implements AtkObjectIface
Atk.Object
Property
accessible_parent : Atk.Object
Atk.Object
Property
accessible_table_caption_object : Atk.Object
Atk.Object
Property
accessible_table_column_header : Atk.Object
Atk.Object
Property
accessible_table_row_header : Atk.Object
Atk.Object
Property
accessible_table_summary : Atk.Object
Atk.ObjectFactory
Method
create_accessible (Object obj) : Atk.Object
Provides an AtkObject that implements an accessibility interface on behalf of obj on behalf of obj
Atk.Relation
Method
new Atk.Relation.c_new (Object targets, Number n_targets, RelationType relationship) : Atk.Relation
Create a new Atk.Relation
Atk.Relation
Method
add_target (Object target) : none
Adds the specified AtkObject to the target for the relation, if it is not already present.
Atk.Relation
Method
remove_target (Object target) : Boolean
Remove the specified AtkObject from the target for the relation.
Atk.RelationSet
Method
add_relation_by_type (RelationType relationship, Object target) : none
Add a new relation of the specified type with the specified target to the current relation set if the relation set does not contain a relation of that type.
Atk.Selection
Method
ref_selection (Number i) : Atk.Object
Gets a reference to the accessible object representing the specified selected child of the object.
Atk.Table
Method
ref_at (Number row, Number column) : Atk.Object
Get a reference to the table cell at row, column.
Atk.Table
Method
get_caption () : Atk.Object
Gets the caption for the table.
Atk.Table
Method
get_column_header (Number column) : Atk.Object
Gets the column header of a specified column in an accessible table.
Atk.Table
Method
get_row_header (Number row) : Atk.Object
Gets the row header of a specified row in an accessible table.
Atk.Table
Method
get_summary () : Atk.Object
Gets the summary description of the table.
Atk.Table
Method
set_caption (Object caption) : none
Sets the caption for the table.
Atk.Table
Method
set_column_header (Number column, Object header) : none
Sets the specified column header to header.
Atk.Table
Method
set_row_header (Number row, Object header) : none
Sets the specified row header to header.
Atk.Table
Method
set_summary (Object accessible) : none
Sets the summary description of the table.
Gtk.ComboBox
Method
get_popup_accessible () : Atk.Object
Gets the accessible object corresponding to the combo box's popup.
Gtk.Widget
Method
get_accessible () : Atk.Object
Returns the accessible object that describes the widget to an assistive technology.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:29 GMT+0800 (HKT)