views:

51

answers:

1

Hi guys,

How to create a menu when a user right-clicks on the dock-icon of cocoa app on Mac?

Thank you very much in advance!

Max

+7  A: 

Implement applicationDockMenu: in your app delegate to return the menu you want to use.

Alex