win下用python自带的tkinter写界面,想实现最小化缩小到桌面右下角,请问有没有实现的思路?谢谢
ringa_lee2017-04-17 14:41:39
The lower right corner is called System Tray
There is a win32 extension for python
http://sourceforge.net/projects/pywin32/
Sample code is here:
http://www.brunningonline.net/simon/blog/archives/SysTrayIcon.py.html