Object


Object Hierarchy:

Atk.Object Atk.Object Atk.Object GLib.Object GLib.Object GLib.Object->Atk.Object

Description:

[ CCode ( type_id = "atk_object_get_type ()" ) ]
public class Object : Object

This class is the primary class for accessibility support via the Accessibility ToolKit (ATK).

Objects which are instances of Object (or instances of AtkObject-derived types) are queried for properties which relate basic (and generic) properties of a UI component such as name and description. Instances of Object may also be queried as to whether they implement other ATK interfaces (e.g. Action, Component, etc.), as appropriate to the role which a given UI component plays in a user interface.

All UI components in an application which provide useful information or services to the user must provide corresponding Object instances on request (in GTK+, for instance, usually on a call to gtk_widget_get_accessible ()), either via ATK support built into the toolkit for the widget class or ancestor class, or in the case of custom widgets, if the inherited Object implementation is insufficient, via instances of a new Object subclass.

See also: ObjectFactory, Registry. (GTK+ users see also GtkAccessible).

All known sub-classes:
Required by:

Namespace: Atk
Package: atk

Content:

Properties:

Creation methods:

Methods:

Signals:

Fields:

Inherited Members: