On 08/01/2012 12:03 AM, Sascha Silbe wrote:
> 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
>> t
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 that I need to
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