Re: [Pyobjc-dev] Detecting mouse down in menu bar
Brought to you by:
ronaldoussoren
|
From: Greg E. <gre...@ca...> - 2009-04-12 23:53:30
|
James Eagan wrote: > You can use a delegate method on a NSMenu to update > the menu items before it is shown : > > <http://developer.apple.com/DOCUMENTATION/Cocoa/Reference/ApplicationKit/Classes/NSMenu_Class/Reference/Reference.html#//apple_ref/occ/instm/NSObject/menuNeedsUpdate:> Yep, that works fine, thanks. -- Greg |