diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-01-21 18:24:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-21 18:24:04 +0000 |
commit | f2b3c22d5c6fedcd29c6ba82a76a43e3d15b9ff7 (patch) | |
tree | b68bc076a5bdcd4b4b16d813e3e73bb2708a251d /gtk/gtkwidget.c | |
parent | 376292d71822c9d074af92547a30d91ffb139063 (diff) | |
download | gdk-pixbuf-f2b3c22d5c6fedcd29c6ba82a76a43e3d15b9ff7.tar.gz |
More details provided by Bill Haneman.
2005-01-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_get_accessible): More details
provided by Bill Haneman.
Diffstat (limited to 'gtk/gtkwidget.c')
-rw-r--r-- | gtk/gtkwidget.c | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 813fe1e5d..6bc5c2432 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -7315,10 +7315,17 @@ gtk_requisition_get_type (void) * @widget: a #GtkWidget * * Returns the accessible object that describes the widget to an - * assistive technology. The documentation of the - * <ulink url="http://developer.gnome.org/doc/API/2.0/atk/index.html">ATK</ulink> - * library contains more information about accessible objects and - * their uses. + * assistive technology. + * + * If no accessibility library is loaded (i.e. no ATK implementation library is + * loaded via <envar>GTK_MODULES</envar> or via another application library, + * such as libgnome), then this #AtkObject instance may be a no-op. Likewise, + * if no class-specific #AtkObject implementation is available for the widget + * instance in question, it will inherit an #AtkObject implementation from the + * first ancestor class for which such an implementation is defined. + * + * The documentation of the <ulink url="http://developer.gnome.org/doc/API/2.0/atk/index.html">ATK</ulink> + * library contains more information about accessible objects and their uses. * * Returns: the #AtkObject associated with @widget */ |