Re: Arrow character in IB
Re: Arrow character in IB
- Subject: Re: Arrow character in IB
- From: Dustin Voss <email@hidden>
- Date: Mon, 4 Aug 2003 20:51:15 -0700
On Monday, August 4, 2003, at 12:18 PM, Neil Earnshaw wrote:
Preview's View menu has a Zoom in and a Zoom out menu option. The
short cut for these is the command key plus the up arrow or down
arrow. Preview displays a little arrow on the menu items.
Does anyone know how I can get the up arrow and down arrow characters
into the IB spec for my menu items?
Neil
You have to do that in awakeFromNib:
[theMenuItem setKeyEquivalent:NSUpArrowFunctionKey]
_______________________________________________
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.