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 a function to know if any popup is open. #2463

Closed
francesco-cattoglio opened this issue Dec 16, 2022 · 0 comments · Fixed by #2464
Closed

Add a function to know if any popup is open. #2463

francesco-cattoglio opened this issue Dec 16, 2022 · 0 comments · Fixed by #2464
Labels
feature New feature or request

Comments

@francesco-cattoglio
Copy link
Contributor

Is your feature request related to a problem? Please describe.
In my software, I need to know if any combo box is currently open. I would like to have a function similar to Memory::is_popup_open(), which however returns true if any popup is open.

Describe the solution you'd like
I am making a pull request to add this simple function. Could you accept it? 😛

Describe alternatives you've considered
As an alternative, I can have boolean variables floating around in my code alongside my combo boxes, but I find it somewhat ugly.

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

Successfully merging a pull request may close this issue.

1 participant