Re: menu things
Re: menu things
- Subject: Re: menu things
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 22 Oct 2001 23:18:08 +0100
On Monday, October 22, 2001, at 10:39 pm, Jim Correia wrote:
So the X situation is exactly like the 9 situation - there is no
supported public API for doing global menus.
Wrong.
See NSStatusBar.h
[NSStatusBar systemStatusBar] is what you are looking for. That's a
public API. It's not documented, but then neither is half of Cocoa :-)
-- Finlay