Re: NSMenu setMenuBarVisible
Re: NSMenu setMenuBarVisible
- Subject: Re: NSMenu setMenuBarVisible
- From: Sandy Martel <email@hidden>
- Date: Tue, 22 Oct 2002 17:12:08 -0400
On Tuesday, October 22, 2002, at 04:57 PM, Howard Dittmer wrote:
I am trying to create an application for use in a public place with a
touch screen and no Menu Bar. I find that there is a method
setMenuBarVisible that is part of NSMenu. However I am having
difficulty finding a way to get ahold of an object that I can apply
this to. Suggestions?
This is a class method, so
[NSMenu setMenuBarVisible:NO];
should do the trick?
Sandy.
_______________________________________________
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.