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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] when cursor move to a button, prompt the usage of this button by a balloon #67

Open
Freed-Wu opened this issue Mar 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request good issue Good feedback

Comments

@Freed-Wu
Copy link
Collaborator

Freed-Wu commented Mar 5, 2023

I think it can improve UI/UX 馃槃

@nachifur
Copy link
Owner

nachifur commented Mar 5, 2023

In wxFormBuilder, set tooltip to enable the prompt function.
image

However, the tooltip attribute value is not generated during the main_gui.fbp to main_gui.py process. So, implementing this function can be done in the __init__ function of the main.py file. See https://github.com/nachifur/MulimgViewer/blob/master/src/mulimgviewer/src/main.py#L19.

image

@nachifur nachifur added enhancement New feature or request good issue Good feedback labels Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good issue Good feedback
Projects
None yet
Development

No branches or pull requests

2 participants