GNOME Bugzilla – Bug 63031
Libzvt should provide notifications of selection changes for accessibility support.
Last modified: 2004-12-22 21:47:04 UTC
Assistive technologies such as screen readers need to provide feedback when the selection changes. Libzvt should provide a selection change notification.
Created attachment 5910 [details] [review] A patch providing a fix for this bug.
so the accessibility stuff would be setting ZvtTerm->_vtx->selection_changed themselves? or how would this be used?
Basically, the current accessibility implementation I've developed for libzvt lives in a separate library. It generates ATK signals to notify any listeners that the selection has changed. This external library would assign term->_vx->selection_changed to its own private callback for emitting the appropriate ATK signals. The other approach would be to add a signal to the ZvtTerm widget which is fired when the selection changes.
Should this go into 1.4.x too?
No, the accessibility architecture isn't available under GNOME 1.4.
Jacob, Mark: what is the status here?
it's been in cvs for awhile.