Trait gdk4::prelude::AppLaunchContextExt
source · pub trait AppLaunchContextExt: 'static {
// Required 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);
}