Re: styled menu item?
Re: styled menu item?
- Subject: Re: styled menu item?
- From: Dustin Voss <email@hidden>
- Date: Mon, 14 Jul 2003 20:49:20 -0700
On Sunday, July 13, 2003, at 04:31 PM, James W. Walker wrote:
In Cocoa, is there any way to assign a style to a given menu item,
e.g., italic? I don't see any likely methods in NSMenuItem.
You'd probably have to dip into Carbon and set the styles there. You
can get the Carbon equivalent to a Cocoa menu item via
_NSGetCarbonMenu(). See <
http://cocoadev.com/index.pl?NSMenu>.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.