Re: Detecting modifier key down when opening a menu?
Re: Detecting modifier key down when opening a menu?
- Subject: Re: Detecting modifier key down when opening a menu?
- From: Eric Schlegel <email@hidden>
- Date: Tue, 18 May 2010 12:39:04 -0700
On May 18, 2010, at 12:30 PM, Laurent Daudelin wrote:
> Wow! I was not aware of that! Is that supported on 10.5 too?
From NSMenuItem.h:
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3
- (void)setAlternate:(BOOL)isAlternate;
- (BOOL)isAlternate;
#endif
-eric
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden