• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSToolbars and keyboard navigation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: NSToolbars and keyboard navigation
      • From: email@hidden (Simon Fraser)
References: 
 >NSToolbars and keyboard navigation (From: email@hidden (Simon Fraser))

  • Prev by Date: Problems with tiff files in application
  • Next by Date: Re: NSToolbars and keyboard navigation
  • Previous by thread: NSToolbars and keyboard navigation
  • Next by thread: Re: NSToolbars and keyboard navigation
  • Index(es):
    • Date
    • Thread