GObject.Object
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 | Defined By | |
---|---|---|
accessible_component_layer : gint32
read only
|
Atk.Object | |
accessible_component_mdi_zorder : gint32
read only
|
Atk.Object | |
accessible_description : String
|
Atk.Object | |
accessible_hypertext_nlinks : gint32
read only
|
Atk.Object | |
accessible_name : String
|
Atk.Object | |
accessible_parent : Atk.Object
|
Atk.Object | |
accessible_parent : Atk.Object
read only
|
Atk.Object | |
accessible_role : gint32
|
Atk.Object | |
accessible_table_caption : String
|
Atk.Object | |
accessible_table_caption_object : Atk.Object
|
Atk.Object | |
accessible_table_column_description : String
|
Atk.Object | |
accessible_table_column_header : Atk.Object
|
Atk.Object | |
accessible_table_row_description : String
|
Atk.Object | |
accessible_table_row_header : Atk.Object
|
Atk.Object | |
accessible_table_summary : Atk.Object
|
Atk.Object | |
accessible_value : gdouble
|
Atk.Object | |
description : String
read only
|
Atk.Object | |
layer : Atk.Layer
read only
|
Atk.Object | |
name : String
read only
|
Atk.Object | |
parent : GObject.Object
read only
|
Atk.Object | |
relation_set : Atk.RelationSet
read only
|
Atk.Object | |
role : Atk.Role
read only
|
Atk.Object |
Method / Constructor | Defined By | |
---|---|---|
new Atk.Object
(Object properties)
Create a new Atk.Object
Create a new Atk.Object
|
||
Adds a relationship of the specified type with the specified target.
Adds a relationship of the specified type with the specified target.
Returns TRUE if the relationship is added.
|
Atk.Object | |
get_attributes
()
:
Array
Get a list of properties applied to this object as a whole, as an AtkAttributeSet consisting of
name-value pairs.
Get a list of properties applied to this object as a whole, as an AtkAttributeSet consisting of
name-value pairs. As such these attributes may be considered weakly-typed properties or annotations, as distinct from strongly-typed object data available via other get/set methods. Not all objects have explicit "name-value pair" AtkAttributeSet properties. properties/annotations applied to the object, or an empty set if the object has no name-value pair attributes assigned to it.
|
Atk.Object | |
get_description
()
:
String
Gets the accessible description of the accessible.
Gets the accessible description of the accessible.
of the accessible.
|
Atk.Object | |
get_index_in_parent
()
:
gint32
Gets the 0-based index of this accessible in its parent; returns -1 if the
accessible does not have an accessible parent.
Gets the 0-based index of this accessible in its parent; returns -1 if the
accessible does not have an accessible parent.
|
Atk.Object | |
get_n_accessible_children
()
:
gint32
Gets the number of accessible children of the accessible.
Gets the number of accessible children of the accessible.
of the accessible.
|
Atk.Object | |
get_name
()
:
String
Gets the accessible name of the accessible.
Gets the accessible name of the accessible.
|
Atk.Object | |
get_parent
()
:
Atk.Object
Gets the accessible parent of the accessible.
Gets the accessible parent of the accessible.
of the accessible
|
Atk.Object | |
get_role
()
:
Atk.Role
Gets the role of the accessible.
Gets the role of the accessible.
|
Atk.Object | |
initialize
(void* data)
:
none
This function is called when implementing subclasses of AtkObject.
This function is called when implementing subclasses of AtkObject.
It does initialization required for the new object. It is intended that this function should called only in the ..._new() functions used to create an instance of a subclass of AtkObject
|
Atk.Object | |
Emits a state-change signal for the specified state.
|
Atk.Object | |
ref_accessible_child
(gint32 i)
:
Atk.Object
Gets a reference to the specified accessible child of the object.
Gets a reference to the specified accessible child of the object.
The accessible children are 0-based so the first accessible child is at index 0, the second at index 1 and so on. accessible child of the accessible.
|
Atk.Object | |
ref_relation_set
()
:
Atk.RelationSet
Gets the AtkRelationSet associated with the object.
Gets the AtkRelationSet associated with the object.
of the object.
|
Atk.Object | |
ref_state_set
()
:
Atk.StateSet
Gets a reference to the state set of the accessible; the caller must
unreference it when it is no longer needed.
Gets a reference to the state set of the accessible; the caller must
unreference it when it is no longer needed. set of the accessible
|
Atk.Object | |
remove_property_change_handler
(guint32 handler_id)
:
none
Removes a property change handler.
Removes a property change handler.
|
Atk.Object | |
Removes a relationship of the specified type with the specified target.
Removes a relationship of the specified type with the specified target.
Returns TRUE if the relationship is removed.
|
Atk.Object | |
set_description
(String description)
:
none
Sets the accessible description of the accessible.
Sets the accessible description of the accessible.
|
Atk.Object | |
set_name
(String name)
:
none
Sets the accessible name of the accessible.
Sets the accessible name of the accessible.
|
Atk.Object | |
set_parent
(Object parent)
:
none
Sets the accessible parent of the accessible.
Sets the accessible parent of the accessible.
|
Atk.Object | |
set_role
(Role role)
:
none
Sets the role of the accessible.
Sets the role of the accessible.
|
Atk.Object |
Event | Defined By | |
---|---|---|
|
Atk.Object | |
|
Atk.Object | |
|
Atk.Object | |
|
Atk.Object | |
|
Atk.Object | |
visible_data_changed (Object self)
:
none
|
Atk.Object |
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 |
Gets a reference to the accessible child, if one exists, at the
coordinate point specified by x and y. |
Atk.GObjectAccessible
Method |
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 |
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 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 |
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 |
Sets the specified column header to header.
|
Atk.Table
Method |
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 |
|