Skip navigation.
 
mlRe: NSSystemMenu ?
FROM : Finlay Dobbie
DATE : Sat Oct 05 11:45:03 2002

On Saturday, October 5, 2002, at 09:59  am, Jay Prince wrote:

>> But thats class NSMenuExtra or NSStatusItem, not NSSystemMenu
>
> While we're at it, what's the difference between an NSMenuExtra and an
> NSStatusItem in functionality?
>
> I'm looking at the docs for NSStatusItem right now, but since
> NSMenuExtra is private, I probably won't use it.  But I'd be
> interested in knowing what I'm missing?    At first blush, I'm
> guessing that MenuExtras can have any control in them (like the volume
> one) but StatusItems are always typical NSMenus?


No, not at all. NSMenuExtras are just NSStatusItems that are contained
in .menu bundles which execute inside SystemUIServer, and can be
dragged around (dragged to menubar, cmd-dragged to re-order or remove).

  -- Finlay
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNSSystemMenu ? Lorenzo Thurman Oct 4, 23:31
mlRe: NSSystemMenu ? Charles Srstka Oct 4, 23:57
mlRe: NSSystemMenu ? Rosyna Oct 5, 03:06
mlRe: NSSystemMenu ? Rosyna Oct 5, 06:19
mlRe: NSSystemMenu ? Mark Levin Oct 5, 06:56
mlRe: NSSystemMenu ? Jay Prince Oct 5, 10:59
mlRe: NSSystemMenu ? Finlay Dobbie Oct 5, 11:45
mlRe: NSSystemMenu ? Lorenzo Thurman Oct 10, 03:03