Tkinter unbinding

Roger rdcollum at gmail.com
Thu Dec 18 11:36:57 EST 2008


>funcid1 = root.bind("<1>", lambda e: test())
>funcid2 = root.bind("<1>", lambda e: test2(), add='+')
>root.unbind("<1>", funcid2)

Isn't this what I've done in my example code?



More information about the Python-list mailing list