Trait wry::application::platform::unix::WindowExtUnix
source · [−]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
fn gtk_window(&self) -> &ApplicationWindow
fn gtk_window(&self) -> &ApplicationWindow
Returns the ApplicatonWindow
from gtk crate that is used by this window.
fn set_skip_taskbar(&self, skip: bool)
fn set_skip_taskbar(&self, skip: bool)
Whether to show the window icon in the taskbar or not.