I\'m not sure whether this has been asked already or not, but I have multiple entry boxes in which contain a default piece of text. I am not trying to set a default piece of
The method called by the event binding is given an event object. This object has a reference to the widget that triggered the event. You can use that to clear the widget: