Trait gdk4::prelude::GdkAppLaunchContextExt

source ·
pub trait GdkAppLaunchContextExt: IsA<AppLaunchContext> + Sealed + '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)

Object Safety§

This trait is not object safe.

Implementors§