Re: Checkmark on Jaguar?
Re: Checkmark on Jaguar?
- Subject: Re: Checkmark on Jaguar?
- From: Eric Schlegel <email@hidden>
- Date: Sun, 25 Aug 2002 23:28:40 -0700
On Sunday, August 25, 2002, at 05:28 PM, Nicholas Riley wrote:
One of my applications displays a checkmark in a NSTableView. I've
never been able to find the symbol that gets used in menus, which
would be ideal
To get the checkmark that's used in a menu, use the Carbon
DrawThemeTextBox API, together with kThemeMenuItemMarkFont and a
CFString containing the Unicode value for the checkmark (kCheckUnicode
= 0x2713).
-eric
_______________________________________________
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.