Re: "Space" key equivalent for menu items
Re: "Space" key equivalent for menu items
- Subject: Re: "Space" key equivalent for menu items
- From: Andre Weinand <email@hidden>
- Date: Tue, 23 Apr 2002 09:59:47 +0200
Since I tried to solve this problem in my MacOS X port of Eclipse I found
that kMenuSpaceGlyph is really just a 'spacer', however kMenuBlankGlyph is
the glyph for a blank.
--andre
This is an incomplete investigation, but it might help solve your problem.
I found in Menu.h (in the Carbon headers) the following constants:
...
kMenuSpaceGlyph
...
kMenuF1Glyph
...
to be used with Get/SetMenuItemKeyGlyph
There *should* be someway to use theses Glyphs from Cocoa.
_______________________________________________
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.