Re: Actions for custom widgets in PyGTK

2012-07-31 Thread Sascha Silbe
Sascha Silbe writes: > Is there a way of using AtkObject subclasses with GTK subclasses other > than duplicating the entire set of custom widgets (and probably quite a > few stock ones as well) and registering an AtkObject factory for each of > them? The minor detail I missed was th

Re: [pygtk] Actions for custom widgets in PyGTK

2012-07-31 Thread Sascha Silbe
Flavio Danesse writes: > https://sites.google.com/site/sugaractivities/pygi-hack Thanks for the link, but apart from it using PyGI instead of PyGTK I also don't see any accessibility related code in there. Maybe my post (and especially the subject) was a bit too concise? What I'm looking for is

Actions for custom widgets in PyGTK

2012-07-30 Thread Sascha Silbe
Dear readers, is there any project that has succeeded in making custom widgets using PyGTK accessible, including adding new actions? I'm having a hard time trying to do this in Sugar [1]; being able to take a peek at known-working code would help a lot. Searching the web only turned up questions a

Best Practice and HowTos for adding accessibility related information to applications?

2012-07-24 Thread Sascha Silbe
Dear readers, on the route to implementing automated UI tests in Sugar [1], I'm currently working on providing additional information about widgets to accessibility tools. Unfortunately, while I got the basic technology up and running, I'm not having much luck at identifying _what_ information I s