GNOME Bugzilla – Bug 342266
Should implement support for AtkValue
Last modified: 2006-06-02 17:39:02 UTC
Currently Pyspi binding do not provide support for AtkValue interface. This interface would be required in dogtail, if we want to check the current value for progress bars, scrollbars and other ranges, and make life easier for spin buttons.
Created attachment 65774 [details] [review] Patch to add support for AtkValue in Pyspi This patch adds support for AtkValue in Pyspi. This should help to be able to manage ranged widgets in dogtail. It's simply a translation of SPI layer in python.
Ah, thanks for the patch! It looks good, so I'm committing it now.