Skip navigation.
 
mlRe: Custom NSMenu help
FROM : Daniel Jalkut
DATE : Fri Apr 22 19:43:18 2005

Hi Rakka - because the Cocoa menus in fact don't use NSViews to 
display their contents, you'll have to go to the Carbon Menu Manager 
to get the kind of customization you're looking for.

The Cocoa menus are wrappers on Carbon menus.

Daniel

On Apr 21, 2005, at 5:08 AM, Rakka wrote:

> Hi,
>
> Could anyone explain to me step by step (or provide a link) how I 
> could give an NSMenu a custom look? (e.g if I wanted to put a 
> textfield or button onto it). I've found a couple of articles on 
> custom views but I just don't get them yet. If someone could show 
> me an example it'd be really helpful.
>
> Regards,
>
>
> Rakka
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>-
> sweater.com
>
> This email sent to <email_removed>
>

Related mailsAuthorDate
mlCustom NSMenu help Rakka Apr 21, 14:08
mlRe: Custom NSMenu help Daniel Jalkut Apr 22, 19:43