Re: Custom menu drawing / NSPopupButtonCell question
Re: Custom menu drawing / NSPopupButtonCell question
- Subject: Re: Custom menu drawing / NSPopupButtonCell question
- From: Guy English <email@hidden>
- Date: Wed, 1 Dec 2004 11:12:17 -0500
On Wed, 1 Dec 2004 12:11:01 +0000, Ken Tabb <email@hidden> wrote:
> I notice there are NSMenuView / NSMenuItemCell classes, which would
> seem to be a great way of customising what I'd like to do.
The Cocoa menu system was moved to sit on top of the Carbon Menu
Manager in OS X. If you want fancier menus you'll need to make Menu
Manager calls directly. Note that you won't then be able to use Cocoa
controls in there ( I believe - haven't looked very hard ).
Or you can make your own window subclass and manage it yourself. For
bonus points make it use the NSMenuView and NSMenuItemCell classes and
then give us the code. :)
Guy
_______________________________________________
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