def keypress(self, widget, event=None):
if event.keyval == 65307:
if not gtk.events_pending():
self.window.iconify()
self.window.hide()
time.sleep(15)
self.window.show()
self.window.deiconify()
self.window.present()
return True
classification-banner.py 文件源码
python
阅读 31
收藏 0
点赞 0
评论 0
评论列表
文章目录