Re: NSMenuItem and images
Re: NSMenuItem and images
- Subject: Re: NSMenuItem and images
- From: "Adam R. Maxwell" <email@hidden>
- Date: Mon, 28 Apr 2008 07:07:21 -0700
On Apr 28, 2008, at 7:00 AM, Hamish Allan wrote:
On Mon, Apr 28, 2008 at 2:48 PM, Adam R. Maxwell <email@hidden>
wrote:
I just don't trust that method, since the main menu bar has always
looked
taller than a menu item, and it could easily change without
changing menu
item height. What I want is something akin to -[NSMenuView
rectOfItemAtIndex:].
A quick screen capture confirms (on my unmodified 10.5.2) that the
menu bar is 21 pixels high whereas each item is only 19 pixels high.
That's what I was afraid of.
But rectOfItemAtIndex: looks like a pretty good bet, actually...
"The drawing rectangle may not be the same width or height as the
actual menu and in fact is typically smaller to account for borders
drawn by the menu view."
I'd say the height without borders etc is exactly the height you'd
want to draw your image at.
Yes, it is...so it's too bad that NSMenuView is deprecated and no
longer used to draw menus; I don't even remember when that was last
usable (10.1?).
--
adam
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden