gnikit / tkinter-tooltip

A ToolTip widget for tkinter
https://gnikit.github.io/tkinter-tooltip
MIT License
41 stars 4 forks source link

Update widget text when stationary #1

Closed gnikit closed 3 years ago

gnikit commented 3 years ago

Similarly to how moving the mouse inside a widget will cause the string function to be updated, something similar could be done for leaving the mouse stationary and inside the widget. This could deprecate the <Montion> binding. If it actually becomes deprecated would depend on how many times a second the update is called (might become a bit too computationally expensive).

Attempts have been made by creating recursive functions for once we enter the widget but to no avail.

gnikit commented 3 years ago

Closed via #2