You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
PR #5 introduced a simple way to add custom text tooltips to checkboxes. That quick and dirty fix, however, only highlights a larger problem that will require a more permanent solution. We obviously want to be able to add tooltips to most kinds of widgets, without allowing insensible ones like tooltips on containers or scrollbars. Ideally, we also want to be able to adjust the fixed tooltips, i.e. the ones created by item buttons.
Until there's a good solution for that problem (adding boilerplate code to each and every widget sadly isn't one), the only way to add custom tooltips is through subclassing the widgets and adding methods like you did with the checkbox widget.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PR #5 introduced a simple way to add custom text tooltips to checkboxes. That quick and dirty fix, however, only highlights a larger problem that will require a more permanent solution. We obviously want to be able to add tooltips to most kinds of widgets, without allowing insensible ones like tooltips on containers or scrollbars. Ideally, we also want to be able to adjust the fixed tooltips, i.e. the ones created by item buttons.
Until there's a good solution for that problem (adding boilerplate code to each and every widget sadly isn't one), the only way to add custom tooltips is through subclassing the widgets and adding methods like you did with the checkbox widget.
The text was updated successfully, but these errors were encountered: