• Tools
  • Articles
  • Q&A
  • Login
0 0

win下pyrhin tkinter写界面如何缩小到桌面右下角


win下用python自带的tkinter写界面,想实现最小化缩小到桌面右下角,请问有没有实现的思路?谢谢

tkinter GUI python python-gui python2.7

10 years, 4 months ago
腹黑的小鲁鲁

腹黑的小鲁鲁


share
腹黑的小鲁鲁 10 years, 4 months ago

Answers

0

右下角叫System Tray
有个python 的win32扩展
http://sourceforge.net/projects/pywin32/

示例代码在这里:
http://www.brunningonline.net/simon/blog/archives/SysTrayIcon.py.html

answered 10 years, 4 months ago
腹黑的小鲁鲁

Zhaku


share
Zhaku answered 10 years, 4 months ago

Your Answer

Ask Question
Related questions

怎样输出Python函数调用详细日志

scrapy抓取的GBK编码的网页,怎么转为utf-8?

python中浮点数使用int()的问题

Python程序(网络请求)运行报错,新手无法理解,求指教

用python抓新浪首页,返回的是乱码

print letters[1:4],运行报错name 'letters' is not de...