As a really simplistic example, suppose I have a single button and each time I click the button I want it to call a different callback. So, it is first set up to call hello(), then hello() changes things so the next time the button is clicked it calls world().
Tkx: Is it possible to change a button's callback during execution
34 views Asked by Colin Wu At
1
RTFM!!!
Turns out any of the attributes of a widget can be changed with the 'configure' method: