Tkinter unbinding

r rt8396 at gmail.com
Thu Dec 18 11:32:53 EST 2008


w.unbind ( sequence, funcid=None )
This method deletes bindings on w for the event described by sequence.
If the second argument is a callback bound to that sequence, that
callback is removed and the rest, if any, are left in place. If the
second argument is omitted, all bindings are deleted.

see
http://infohost.nmt.edu/tcc/help/pubs/tkinter/universal.html



More information about the Python-list mailing list