Re: menubar rect
Re: menubar rect
- Subject: Re: menubar rect
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 30 Dec 2001 10:16:40 +0000
On Sunday, December 30, 2001, at 12:24 am, Jim Correia wrote:
If you are going to use Carbon APIs you could get the main device. The
menubar rectangle is then
(0, 0) to (screen width, menu bar height)
The proble you may have is that the quickdraw coordinate system is
inverted with respect to the default core graphics / NSView coordinate
system.
Or you could just use NSScreen...
-- Finlay