Gtk.Widget.prototype.get_accessible

function get_accessible():Atk.Object {
    // Gjs wrapper for gtk_widget_get_accessible()
}

Returns the accessible object that describes the widget to an assistive technology.

If accessibility support is not available, this Atk.Object instance may be a no-op. Likewise, if no class-specific Atk.Object implementation is available for the widget instance in question, it will inherit an Atk.Object implementation from the first ancestor class for which such an implementation is defined.

The documentation of the <ulink url="http://developer.gnome.org/atk/stable/">ATK</ulink> library contains more information about accessible objects and their uses.

Returns

the Atk.Object associated with widget