Re: Dock Menus
Re: Dock Menus
- Subject: Re: Dock Menus
- From: Andy Lee <email@hidden>
- Date: Wed, 12 Apr 2006 18:59:09 -0400
On Apr 12, 2006, at 6:48 PM, Rick Langschultz wrote:
I was wondering how I can add Dock Menus to my application icon in
the dock when users click on the application and remain on that icon.
How about this method in NSApplication?
applicationDockMenu:
Allows the delegate to supply a dock menu for the application
dynamically.
- (NSMenu *)applicationDockMenu:(NSApplication *)sender
--Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Dock Menus (From: Rick Langschultz <email@hidden>) |