Trait wry::application::platform::unix::WindowBuilderExtUnix
source · [−]pub trait WindowBuilderExtUnix {
fn with_skip_taskbar(self, skip: bool) -> WindowBuilder;
}
Required methods
fn with_skip_taskbar(self, skip: bool) -> WindowBuilder
fn with_skip_taskbar(self, skip: bool) -> WindowBuilder
Whether to create the window icon with the taskbar icon or not.