Re: Changing accessibility elements order in NSToolbar
Re: Changing accessibility elements order in NSToolbar
- Subject: Re: Changing accessibility elements order in NSToolbar
- From: Hubert Figuière <email@hidden>
- Date: Mon, 15 Oct 2012 11:10:20 +0200
On 14/10/12 05:41 PM, Nava Carmon wrote:
> Hi,
>
> Is it possible to change the order of accessibility elements in NSToolbar.
> I have 2 toolbar items and i want their accessibility order be reverse (the last will get the accessibility focus first).
>
I haven't tested this, but I would do it by subclassing NSToolbar and
overriding the "children" method to return the items in a different
order (call the super version and reorder).
Make sure, of course, that you use that custom class in your nib or in
the code that create the NSToolbar.
Hub
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden