Mac OS X Snow Leopard includes a new a new style for menus when one right-clicks the dock.
How can these be implemented elsewhere, in my own program?
Is it an API? An SPI?
Thanks.
Mac OS X Snow Leopard includes a new a new style for menus when one right-clicks the dock.
How can these be implemented elsewhere, in my own program?
Is it an API? An SPI?
Thanks.
AFAIK, for now they're private - meaning we can't use them in our own apps :-(.
If you really want them, I think you're going to have to create your own from scratch - which is no mean feat, since the current menu implementation, even in Snow Leopard, is Carbon.