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

pub trait WindowExtUnix {
    fn gtk_window(&self) -> &ApplicationWindow;
fn skip_taskbar(&self); }
Expand description

Additional methods on Window that are specific to Unix.

Required methods

fn gtk_window(&self) -> &ApplicationWindow[src]

Expand description

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

fn skip_taskbar(&self)[src]

Expand description

Not to display window icon in the task bar.

Implementors