[Pythonmac-SIG] Getting control over the Apple menu

Kevin Walzer kw at codebykevin.com
Thu Nov 1 02:11:15 CET 2012


On 10/31/12 5:48 PM, wrw at mac.com wrote:
> applemenu = Menu(menubar, tearoff = FALSE)

Add the apple name to the menu object, cf:

applemenu = Menu(menubar, tearoff = FALSE, name='apple')

That works for me.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the Pythonmac-SIG mailing list