smugindividual
Programmer
I have a text widget and at some point it is being redrawn and for that instant i dont want the binds to be present, testers found a tcl error when they were able to click fast enough.
I'm looking for something along the lines of
$text bind <*> { }
but obviously this doesnt work.
Is there a command that will unbind all binds on 1 widget, or do i really have to go through unbinding every last one of them.
I'm looking for something along the lines of
$text bind <*> { }
but obviously this doesnt work.
Is there a command that will unbind all binds on 1 widget, or do i really have to go through unbinding every last one of them.