mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-05 02:11:08 +00:00
Update gtk_widget_get_accessible() docs
Don't mention GTK_MODULES for loading a11y implementations anymore.
This commit is contained in:
parent
e8486fdf71
commit
2983f3fc14
@ -11988,12 +11988,11 @@ gtk_widget_class_set_accessible_role (GtkWidgetClass *widget_class,
|
|||||||
* Returns the accessible object that describes the widget to an
|
* Returns the accessible object that describes the widget to an
|
||||||
* assistive technology.
|
* assistive technology.
|
||||||
*
|
*
|
||||||
* If no accessibility library is loaded (i.e. no ATK implementation library is
|
* If accessibility support is not available, this #AtkObject
|
||||||
* loaded via <envar>GTK_MODULES</envar> or via another application library,
|
* instance may be a no-op. Likewise, if no class-specific #AtkObject
|
||||||
* such as libgnome), then this #AtkObject instance may be a no-op. Likewise,
|
* implementation is available for the widget instance in question,
|
||||||
* if no class-specific #AtkObject implementation is available for the widget
|
* it will inherit an #AtkObject implementation from the first ancestor
|
||||||
* instance in question, it will inherit an #AtkObject implementation from the
|
* class for which such an implementation is defined.
|
||||||
* first ancestor class for which such an implementation is defined.
|
|
||||||
*
|
*
|
||||||
* The documentation of the
|
* The documentation of the
|
||||||
* <ulink url="http://library.gnome.org/devel/atk/stable/">ATK</ulink>
|
* <ulink url="http://library.gnome.org/devel/atk/stable/">ATK</ulink>
|
||||||
|
Loading…
Reference in New Issue
Block a user