python - Getting a callback when a Tkinter Listbox selection is changed? -


there number of ways of getting callbacks when text or entry widgets changed in tkinter, haven't found 1 listbox's (it doesn't of event documentation can find old or incomplete). there way of generating event this?

you can bind to:

<<listboxselect>> 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -