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
Subclasses: Atk.GObjectAccessible, Atk.NoOpObject
Extends: GObject.Object
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 (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.GObjectAccessible
Method
Atk.GObjectAccessible.for_object (Object obj) : Atk.Object
Gets the accessible object for the specified obj.
Atk.Hyperlink
Method
get_object (gint32 i) : Atk.Object
Returns the item associated with this hyperlinks nth anchor.
Atk.Implementor
Method
ref_accessible () : Atk.Object
Gets a reference to an object's AtkObject implementation, if
the object implements AtkObjectIface
implementation
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
interface on behalf of obj
Atk.Relation
Method
new Atk.Relation.c_new (Object targets, gint32 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) : gboolean
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 (gint32 i) : Atk.Object
Gets a reference to the accessible object representing the specified
selected child of the object.
Atk.Table
Method
get_caption () : Atk.Object
Gets the caption for the table.
Atk.Table
Method
get_column_header (gint32 column) : Atk.Object
Gets the column header of a specified column in an accessible table.
Atk.Table
Method
get_row_header (gint32 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
ref_at (gint32 row, gint32 column) : Atk.Object
Get a reference to the table cell at row, column.
Atk.Table
Method
set_caption (Object caption) : none
Sets the caption for the table.
Atk.Table
Method
set_column_header (gint32 column, Object header) : none
Sets the specified column header to header.
Atk.Table
Method
set_row_header (gint32 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.
Clutter.Actor
Method
get_accessible () : Atk.Object
Returns the accessible object that describes the actor to an
assistive technology.
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.
Gucharmap.ChartableCellAccessible
Method
initialise (Widget widget, Object parent, gint32 index) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:00 GMT+0800 (HKT)