RhetTbull / guitk

Python GUI Toolkit for Tk (guitk): simplify the layout and construction of tkinter graphical user interfaces in python using a declarative syntax.
MIT License
17 stars 1 forks source link

Add tooltip to Window class #22

Closed RhetTbull closed 3 years ago

RhetTbull commented 3 years ago

Add ability to pass a tooltip function to Window. Window would then pass that function the key of widget to get the tooltip.