Button single click and double click : Button « GUI Tk « Python. ... from Tkinter import * def hello(event): print 'Double Click to exit' def quit(event): ...
確定! 回上一頁