fredcardoso

Results 1 comments of fredcardoso

Hi! I don't know if it helps with anything, but I've been using this piece of code from [stackoverflow](https://stackoverflow.com/questions/3221956/how-do-i-display-tooltips-in-tkinter) to display tooltips: ``` class ToolTip(object): def __init__(self, widget, text='widget info'):...