Trait gdk::prelude::AppLaunchContextExt
[−]
[src]
pub trait AppLaunchContextExt {
fn set_desktop(&self, desktop: i32);
fn set_display(&self, display: &Display);
fn set_icon<'a, P: IsA<Icon> + 'a, Q: Into<Option<&'a P>>>(&self, icon: Q);
fn set_icon_name<'a, P: Into<Option<&'a str>>>(&self, icon_name: P);
fn set_screen(&self, screen: &Screen);
fn set_timestamp(&self, timestamp: u32);
fn get_property_display(&self) -> Option<Display>;
}
Required Methods
fn set_desktop(&self, desktop: i32)
fn set_display(&self, display: &Display)
fn set_icon<'a, P: IsA<Icon> + 'a, Q: Into<Option<&'a P>>>(&self, icon: Q)
fn set_icon_name<'a, P: Into<Option<&'a str>>>(&self, icon_name: P)
fn set_screen(&self, screen: &Screen)
fn set_timestamp(&self, timestamp: u32)
fn get_property_display(&self) -> Option<Display>
Implementors
impl<O: IsA<AppLaunchContext> + IsA<Object>> AppLaunchContextExt for O