Re: Custom Menus
Re: Custom Menus
- Subject: Re: Custom Menus
- From: email@hidden
- Date: Wed, 16 Jan 2002 17:43:59 -0500
I don't mean a Menu Extra, merely a menu with an NSView instead of the
standard item list. The Volume extra was just an example of something
that used a view in a menu. Basically, I'm wondering is it possible to
do something similar to a Carbon MDEF, but I want to do it from cocoa.
Unless of course there is some way to use an actual carbon MDEF from a
Cocoa App, but I was under the impression that it's not possible to mix
UI code between the two.
-Akiva
On Sunday, January 13, 2002, at 05:55 PM, Finlay Dobbie wrote:
On Sunday, January 13, 2002, at 07:27 pm, email@hidden wrote:
How do I create a menu with a custom view like in the Volume Menu
Extra? Thanks.
What do you mean with a custom view?
The Menu Extra API is not public, Apple reserves it for its own use.
-- Finlay