Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Built-in mechanism for adding custom tooltips #6

Open
LoadingByte opened this issue Jan 28, 2017 · 0 comments
Open

Built-in mechanism for adding custom tooltips #6

LoadingByte opened this issue Jan 28, 2017 · 0 comments

Comments

@LoadingByte
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant