Hi,
i am using tkinter in python and would like to add an event to an Entry widget. I would like it to wait for text to be typed into it and then perform the action when text is typed.
something to the effect of:
self.entry(command=self.event)
is there anyway to do this?