Trait wry::application::platform::unix::WindowExtUnix[][src]

pub trait WindowExtUnix {
    fn gtk_window(&self) -> &ApplicationWindow;
fn set_skip_taskbar(&self, skip: bool); }
Expand description

Additional methods on Window that are specific to Unix.

Required methods

Returns the ApplicatonWindow from gtk crate that is used by this window.

Whether to show the window icon in the taskbar or not.

Implementors