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

pub trait WindowExtUnix {
    fn gtk_window(&self) -> &ApplicationWindow;
}
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.

Implementors