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

feat: window.is_minimized() #257

Closed
amrbashir opened this issue Dec 3, 2021 · 3 comments · Fixed by #486 or #508
Closed

feat: window.is_minimized() #257

amrbashir opened this issue Dec 3, 2021 · 3 comments · Fixed by #486 or #508

Comments

@amrbashir
Copy link
Member

No description provided.

@PerBothner
Copy link

Example use-case: A toggle-minimize command bound to a key that displays or minimizes a window. For example a popup terminal or "quake mode" terminal. This requires is robust method to tell if a window is already minimized, or a reliable event notification if (for example) the uses clicks a minimize button is a system titlebar.

@PerBothner
Copy link

A related issue: The documentation for is_visible doesn't state whether a minimized window is considered visible or not. I think it should. I haven't yet tested what the implementation does - it may depend on the platform.

@amrbashir
Copy link
Member Author

yeah IIRC, macOS is differential than other platforms and we should document that.

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

Successfully merging a pull request may close this issue.

2 participants