Edward
Edward

Reputation: 548

How does one implement Snow Leopard dock-style menus?

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.

Upvotes: 3

Views: 269

Answers (1)

iKenndac
iKenndac

Reputation: 18776

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.

Upvotes: 3

Related Questions