GNOME Bugzilla – Bug 61706
API is required to provide access to the text and image data of an icon.
Last modified: 2004-12-22 21:47:04 UTC
Assistive technologies such as screen readers need access to the text and the image data of an icon. The text of an icon could be exposed preferrably as a GnomeRichText, or alternatively as a gchar *. The image data could be exposed as a GnomePixbuf.
How does GnomeCanvasRichText *gnome_icon_list_get_icon_text_item (GnomeIconList *il, int idx); GnomeCanvasPixbuf *gnome_icon_list_get_icon_pixbuf_item (GnomeIconList *il, int idx); look? If they're ok, I can start implement them right away.
That looks perfect! Thanks!
Fixed in CVS.