After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 61706 - API is required to provide access to the text and image data of an icon.
API is required to provide access to the text and image data of an icon.
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: future
Assigned To: Anders Carlsson
Anders Carlsson
Depends on:
Blocks:
 
 
Reported: 2001-10-04 09:20 UTC by Marc Mulcahy
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marc Mulcahy 2001-10-04 09:20:05 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.
Comment 1 Anders Carlsson 2001-10-04 09:34:05 UTC
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.
Comment 2 Marc Mulcahy 2001-10-04 09:48:26 UTC
That looks perfect!  Thanks!
Comment 3 Anders Carlsson 2001-10-30 16:33:40 UTC
Fixed in CVS.