-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Tooltips for widgets #148
Comments
Hello Aaron thanks for trying pygubu. I'm glad that you liked it. I still haven't decided how to incorporate the tooltips in the designer. import pygubu.widgets.simpletooltip as tooltip
# . . .
button = builder.get_object("button1")
# add a tooltip
tooltip.create(button, "A tooltip for the button")
# . . . Or you can use your preferred implementation. Regards |
Awesome - thanks for your quick response! Looking forward to having this integrated into the designer. |
…utalan/pygubu-designer#148 I need a simple tooltip with a ttk.Label
…utalan/pygubu-designer#148 I need a simple tooltip with a ttk.Label
Hello!
Great project! I'm loving it so far.
Is there any way to add hover-over tooltips to widgets in the layouts I create, or is that something I have to do manually after importing the layout in my code?
Thanks
The text was updated successfully, but these errors were encountered: