On 11/05/2013 12:58 AM, Magdalen Berns wrote:
>
> Would need to be replaced by
> selection = accessible.get_selection_iface()
> if (selection):
>
> else:
>
>
> * Registry.registerEventListeners allow to register more than one event
> on one call.
> * All the utility methods at u
On 10/31/2013 10:11 PM, Mike Gorse wrote:
>
>> + smaller overhead on object creation, as it only request which
>> interfaces needs if needed. One could argue that most of the objects
>> will need this call. But this doesn't need to be true. Applications
>> creates tons of accessible objects, a
Hi Alejandro,
Thanks for getting back to me.
On Tue, 2013-11-05 at 12:14 +0100, Piñeiro wrote:
> On 11/05/2013 12:58 AM, Magdalen Berns wrote:
> >
> > Would need to be replaced by
> > selection = accessible.get_selection_iface()
> > if (selection):
> >
> > else:
> >
> >
> > *