Trait tao::platform::unix::WindowBuilderExtUnix[][src]

pub trait WindowBuilderExtUnix {
    fn with_skip_taskbar(self, skip: bool) -> WindowBuilder;
}

Required methods

Whether to create the window icon with the taskbar icon or not.

Implementors