How to add OSX menu bar icon with wxPython

Posted by codebox_rob on Stack Overflow See other posts from Stack Overflow or by codebox_rob
Published on 2010-05-12T19:20:35Z Indexed on 2010/05/12 19:24 UTC
Read the original article Hit count: 165

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about wxpython

Related posts about python