-
Notifications
You must be signed in to change notification settings - Fork 950
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 Window::set_minimized
method
#985
Labels
C - needs investigation
Issue must be confirmed and researched
DS - macos
DS - wayland
DS - windows
DS - x11
S - api
Design and usability
S - enhancement
Wouldn't this be the coolest?
Comments
Closed
Yeah, we should absolutely expose this. This should be trivial to implement on Windows. |
SuperiorJT
added a commit
to SuperiorJT/winit
that referenced
this issue
Jun 27, 2019
SuperiorJT
added a commit
to SuperiorJT/winit
that referenced
this issue
Jun 27, 2019
Co-Authored-By: Victor Berger <vberger@users.noreply.github.com>
SuperiorJT
added a commit
to SuperiorJT/winit
that referenced
this issue
Jun 28, 2019
SuperiorJT
added a commit
to SuperiorJT/winit
that referenced
this issue
Jun 28, 2019
SuperiorJT
added a commit
to SuperiorJT/winit
that referenced
this issue
Nov 6, 2019
SuperiorJT
added a commit
to SuperiorJT/winit
that referenced
this issue
Dec 16, 2019
Osspial
added a commit
that referenced
this issue
Dec 22, 2019
* Expose set_minimized. Implement for macOS (#985) * Implement set_minimized for Wayland (#985) Co-Authored-By: Victor Berger <vberger@users.noreply.github.com> * Implement set_minimized for Windows (#985) * Remove debug logs (#985) * Implement Window::set_minimized for X11 * Remove extra param from set_window_flags call * Cargo fmt * Add example of usage * Update changelog * Update feature matrix * Cargo fmt * Update example to remove unnecessary event var * Stop setting window styles when minimizing (#985) * Add stub for WASM (#985) Co-authored-by: Victor Berger <vberger@users.noreply.github.com> Co-authored-by: Murarth <murarth@gmail.com> Co-authored-by: Freya Gentz <zegentzy@protonmail.com> Co-authored-by: Osspial <osspial@gmail.com>
I guess this bug should be closed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C - needs investigation
Issue must be confirmed and researched
DS - macos
DS - wayland
DS - windows
DS - x11
S - api
Design and usability
S - enhancement
Wouldn't this be the coolest?
I was surprised to find that such a method was missing: https://docs.rs/winit/0.20.0-alpha1/winit/window/struct.Window.html
The text was updated successfully, but these errors were encountered: