Re: NSToolbars and keyboard navigation
Re: NSToolbars and keyboard navigation
- Subject: Re: NSToolbars and keyboard navigation
- From: j o a r <email@hidden>
- Date: Tue, 3 Dec 2002 07:56:49 +0100
NSToolbarItems *aren't* subclasses of NSView, but *have* corresponding
NSToolbarItemViews somewhere. These views are not available through any
public API however, so you cannot modify their behaviour unless you're
willing to resort to hacks == not recommended.
Speaking MVC lingo, I think you could say that NSToolbar and
NSToolbarItem are "model" objects, and not "view" objects. We have
public access to (a bit of) the API for the model objects, but the view
components of the toolbar implementation are private to Apple.
j o a r
On Tuesday, Dec 3, 2002, at 03:19 Europe/Stockholm, Simon Fraser wrote:
With full keyboard access turned on, it's possible to give keyboard
focus to NSToolbarItems. However, I'm confused about how this works,
and how I can tweak it, since NSToolbarItems are not NSViews, and so
don't have a nextKeyView selector.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.