winit/src/platform_impl/macos/appkit
Amr Bashir 65baae75c4
Add Window::set_content_protected on macOS and Windows (#2525)
* Add `Window::set_content_protect` on macOS and Windows

* Update window.rs

* Add builder variant

* fix import

* fix argument type

* fix import

* fix always visible window on Windows

* update docs
2022-11-23 14:51:34 +01:00
..
appearance.rs Rework theme API 2022-10-18 21:34:36 +03:00
application.rs Rework theme API 2022-10-18 21:34:36 +03:00
button.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
color.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
control.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
cursor.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
event.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
image.rs Refactor macOS cursor code (#2463) 2022-09-02 21:02:40 +02:00
menu.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
menu_item.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
mod.rs Add Window::set_content_protected on macOS and Windows (#2525) 2022-11-23 14:51:34 +01:00
pasteboard.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
responder.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
screen.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
text_input_context.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
version.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
view.rs Refactor macOS to use new objc2 features (#2465) 2022-09-08 16:45:29 +02:00
window.rs Add Window::set_content_protected on macOS and Windows (#2525) 2022-11-23 14:51:34 +01:00