Re: menubar rect
Re: menubar rect
- Subject: Re: menubar rect
- From: Eric Schlegel <email@hidden>
- Date: Sat, 29 Dec 2001 11:06:47 -0800
On Thursday, December 27, 2001, at 08:25 AM, Matt Neuburg wrote:
What, if any, is the incantation that will tell me the rect of the
menubar's frame? I want to know whether a point is in the menubar.
Thx - m.
I don't think there's any API for determing the menubar rect, so I would
suggest using the Carbon API FindWindow (in MacWindows.h); it returns
inMenuBar if the specified point is in the menubar.
-eric
References: | |
| >menubar rect (From: Matt Neuburg <email@hidden>) |