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

后端 未结 5 1098
不知归路
不知归路 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:29

    wx is a cross-platform GUI and tools library that supports Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more. And if you use it's classes then your application should work on all these platforms. For system tray look at wxTaskBarIcon (http://docs.wxwidgets.org/stable/wx_wxtaskbaricon.html#wxtaskbaricon).

提交回复
热议问题