Trait winit::os::macos::WindowBuilderExt [] [src]

pub trait WindowBuilderExt {
    fn with_activation_policy(
        self,
        activation_policy: ActivationPolicy
    ) -> WindowBuilder;
fn with_movable_by_window_background(
        self,
        movable_by_window_background: bool
    ) -> WindowBuilder; }

Additional methods on WindowBuilder that are specific to MacOS.

Required Methods

Implementors