Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tooltip to base IWidget API #973

Closed
corranwebster opened this issue Jul 9, 2021 · 1 comment
Closed

Add tooltip to base IWidget API #973

corranwebster opened this issue Jul 9, 2021 · 1 comment

Comments

@corranwebster
Copy link
Contributor

In both Qt and Wx, the base "Widget" objects (QWidget and wx.Window) support tooltips. It probably makes senses to add support there, rather than duplicate it in many places throughout the codebase.

Code from the base IField class and implementations can probably be moved to the base class as the simplest way forward.

@corranwebster
Copy link
Contributor Author

Fixed in #1019.

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

No branches or pull requests

2 participants