This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
Re: Howto add dogtail accessibility to GTK+ widgets.
On Tue, 2006-08-01 at 15:55 -0500, Phil Muldoon wrote:
> Do you have to keep reference of the ATK object as long as you keep
> reference to the Widget object? (I assume so).
>
> Regards
>
> Phil
>From what I understand the widgets already have a reference to their own
accessibility object. All you are doing is accessing the widgets ally
object and setting a new name. So the AtkObject obj is just a second
reference that you can discard after you've set the name.