简体   繁体   中英

python system tray using tkinter

I want to create a system tray for my application using python tkinter.

can anyone let me know how can I do the same using python tkinter?

No, I don't think python Tkinter can do it alone. You'll probably need to install some tk extension , which will be platform-dependant and hard to use from python's bindings.

For completeness, on gtk you'd use gtk.StatusIcon

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM