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 342266 - Should implement support for AtkValue
Should implement support for AtkValue
Status: RESOLVED FIXED
Product: pyspi
Classification: Deprecated
Component: general
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: PySPI Maintainers
PySPI Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-18 15:04 UTC by Jose Dapena Paz
Modified: 2006-06-02 17:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add support for AtkValue in Pyspi (4.05 KB, patch)
2006-05-18 15:07 UTC, Jose Dapena Paz
committed Details | Review

Description Jose Dapena Paz 2006-05-18 15:04:57 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.
Comment 1 Jose Dapena Paz 2006-05-18 15:07:51 UTC
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.
Comment 2 Zack Cerza 2006-06-02 17:39:02 UTC
Ah, thanks for the patch! It looks good, so I'm committing it now.