Class
CallyRoot
since: 13
Description [src]
class Cally.Root : Atk.GObjectAccessible
{
/* No available fields */
}
Root object for the Cally toolkit
CallyRoot
is the root object of the accessibility tree-like
hierarchy, exposing the application level.
Somewhat equivalent to GailTopLevel
. We consider that this class
expose the a11y information of the ClutterStageManager
, as the
children of this object are the different ClutterStage
managed (so
the GObject
used in the atk_object_initialize()
is the
ClutterStageManager
).
Available since: 13
Instance methods
Methods inherited from AtkGObjectAccessible (1)
atk_gobject_accessible_get_object
Gets the GObject for which obj
is the accessible object.
since: 1.0
Properties
Properties inherited from AtkObject (15)
Atk.Object:accessible-component-layer
since: 1.0
Atk.Object:accessible-component-mdi-zorder
since: 1.0
Atk.Object:accessible-description
since: 1.0
Atk.Object:accessible-hypertext-nlinks
since: 1.0
Atk.Object:accessible-name
since: 1.0
Atk.Object:accessible-parent
since: 1.0
Atk.Object:accessible-role
since: 1.0
Atk.Object:accessible-table-caption
Table caption.
deprecated: Unknown since: 1.0
Atk.Object:accessible-table-caption-object
since: 1.0
Atk.Object:accessible-table-column-description
Accessible table column description.
deprecated: Unknown since: 1.0
Atk.Object:accessible-table-column-header
Accessible table column header.
deprecated: Unknown since: 1.0
Atk.Object:accessible-table-row-description
Accessible table row description.
deprecated: Unknown since: 1.0
Atk.Object:accessible-table-row-header
Accessible table row header.
deprecated: Unknown since: 1.0
Atk.Object:accessible-table-summary
since: 1.0
Atk.Object:accessible-value
Numeric value of this object, in case being and AtkValue.
deprecated: Unknown since: 1.0
Signals
Signals inherited from AtkObject (8)
AtkObject::active-descendant-changed
The “active-descendant-changed” signal is emitted by an object which has the state ATK_STATE_MANAGES_DESCENDANTS when the focus object in the object changes. For instance, a table will emit the signal when the cell in the table which has focus changes.
since: 1.0
AtkObject::announcement
The “announcement” signal can be emitted to pass an announcement on to be read by a screen reader.
since: 2.46
AtkObject::children-changed
The signal “children-changed” is emitted when a child is added or removed form an object. It supports two details: “add” and “remove”
since: 1.0
AtkObject::focus-event
The signal “focus-event” is emitted when an object gained or lost focus.
deprecated: 2.9.4 since: 1.0
AtkObject::notification
The “notification” signal can be emitted to pass an announcement on to be read by a screen reader.
since: 2.50
AtkObject::property-change
The signal “property-change” is emitted when an object’s property
value changes. arg1
contains an AtkPropertyValues
with the name
and the new value of the property whose value has changed. Note
that, as with GObject notify, getting this signal does not
guarantee that the value of the property has actually changed; it
may also be emitted when the setter of the property is called to
reinstate the previous value.
since: 1.0
AtkObject::state-change
The “state-change” signal is emitted when an object’s state changes. The detail value identifies the state type which has changed.
since: 1.0
AtkObject::visible-data-changed
The “visible-data-changed” signal is emitted when the visual appearance of the object changed.
since: 1.0
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
since: 2.0