Re: Hiliting an NSToolbarItem (the "Current" selection)?
Re: Hiliting an NSToolbarItem (the "Current" selection)?
- Subject: Re: Hiliting an NSToolbarItem (the "Current" selection)?
- From: Matt Judy <email@hidden>
- Date: Fri, 08 Jun 2001 12:53:48 -0700
- Organization: Apple
Dan Wood wrote:
>
>
I'm trying to make an NSToolbar behave similarly to System
>
Preferences.app... I don't find any APIs in NSToolbarItem to do this.
There is no NSToolbar API to do this. I haven't tried it yet, but you may be able to swap
the icon of the selected toolbar item with a "highlighted" state when the user clicks it.
This, of course, wouldn't help when icons aren't displayed, but it's a bit closer.
--
Matt Judy
Senior Engineer + ATC + APP
/Apple/Applications/Internet/iTools
- (void)contactMatt { // Contact Information =======
if ([via phone]) dial = @" 408-974-3763 ";
else if ([via email]) send = @"
mailto:email@hidden ";
else if ([via wwweb]) goto = @"
http://macserv.apple.com ";
else appleMailStop = @" MS:82-RK ";
} // ===========================