views:

144

answers:

1

I would like to add an icon to the OSX menu bar at the top of the screen using wxPython. I have tried wx.TaskBarIcon, which adds a System Tray icon in Windows, but this doesn't work - it changes the Dock icon for the app instead. Does anyone know how to do this?

+1  A: 

Answer provided here on Google Groups - in summary, you can't do it

codebox_rob