Re: NSMenu menuBarHeight is 0?
Re: NSMenu menuBarHeight is 0?
- Subject: Re: NSMenu menuBarHeight is 0?
- From: Eric Schlegel <email@hidden>
- Date: Tue, 25 Oct 2005 07:43:58 -0700
On Oct 24, 2005, at 5:55 PM, Jonathan del Strother wrote:
You can achieve this by using the appropriate mode and options
with the SetSystemUIMode API:
OSStatus theStatus = SetSystemUIMode (kUIModeAllHidden,
kUIOptionAutoShowMenuBar);
One last question : I've seen one fullscreen app (annoyingly I
can't remember which one...) which smoothly slides the menubar
down, rather than just flicking it in and out of view. Is there a
nice easy function call to do that?
The Menu Manager will do this automatically if you use
SetSystemUIMode as shown.
-eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden