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

How do I make it appear even when out of the program? #27

Open
zSynctic opened this issue Jul 16, 2024 · 2 comments
Open

How do I make it appear even when out of the program? #27

zSynctic opened this issue Jul 16, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@zSynctic
Copy link

After pressing a button the tooltip appears and keeps updating and what I want is for the tooltip to appear even out of the program and not restricted to a widget. Thanks

@Akascape
Copy link
Owner

@zSynctic You can add thiis line when you want to lock it in a fixed place.

tooltip.disable = True

If you want to remove, then use this:

tooltip.disable = False
tooltip.on_leave()

@Akascape Akascape added the documentation Improvements or additions to documentation label Jul 16, 2024
@zSynctic
Copy link
Author

What I meant was that I want the tooltip to appear even when I'm out of the program and on other programs

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

No branches or pull requests

2 participants