GdkAppLaunchContextExt

Trait GdkAppLaunchContextExt 

Source
pub trait GdkAppLaunchContextExt: IsA<AppLaunchContext> + 'static {
    // Provided methods
    fn display(&self) -> Display { ... }
    fn set_desktop(&self, desktop: i32) { ... }
    fn set_icon(&self, icon: Option<&impl IsA<Icon>>) { ... }
    fn set_icon_name(&self, icon_name: Option<&str>) { ... }
    fn set_timestamp(&self, timestamp: u32) { ... }
}

Provided Methods§

Source

fn display(&self) -> Display

Source

fn set_desktop(&self, desktop: i32)

Source

fn set_icon(&self, icon: Option<&impl IsA<Icon>>)

Source

fn set_icon_name(&self, icon_name: Option<&str>)

Source

fn set_timestamp(&self, timestamp: u32)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§