![]() |
|
|
+ Search |
![]()
|
Mar 22nd, 2006 22:28
Waldi Wolf, brian hako,
from Tkinter import *
root=Tk()
# An example for the root window widget
def click(ptr):
print 'Control-C'
root.bind('<Control-c>',click)
root.mainloop()