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
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
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
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