How would a system tray application be accomplished on other platforms?

后端 未结 5 1212
不知归路
不知归路 2021-02-03 10:39

Windows has the \"system tray\" that houses the clock and alway-running services like MSN, Steam, etc.

I\'d like to develop a wxPython tray application but I\'m wonderin

5条回答
  •  自闭症患者
    2021-02-03 11:19

    Under OS X you have the Status Menu bar - the right-most items are often status-related things (like battery status, WiFi connections, etc).

    Try searching for NSStatusBar and NSMenuExtra. It's almost trivial to turn an application into one that has an NSStatusBar menu and doesn't appear in the Dock. There are tutorials around on how to do it.

提交回复
热议问题