Accessibility for NSButtonCell
Accessibility for NSButtonCell
- Subject: Accessibility for NSButtonCell
- From: Christiaan Hofman <email@hidden>
- Date: Mon, 9 Feb 2009 15:16:02 +0100
I'm writing a custom NSControl subclass containing several
NSButtonCells. I've made it accessible as an AXGroup with the cells as
children and contents, for the rest relying on built-in support from
NSControl and NSButtonCell. However it is not clear to me how to
handle the focused cell and a press action in the cell. My control
keeps an (integer) ivar to track the currently focused cell, and
returns the corresponding cell from -accessibilityFocusedUIElement.
Does NSControl+NSButtonCell have built-in support for changing the
focused cell, and pressing the button cell? And if so, which NSControl
methods are used for that?
Christiaan
_______________________________________________
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