Trait gtk4::prelude::ShortcutTriggerExt

source ·
pub trait ShortcutTriggerExt: IsA<ShortcutTrigger> + Sealed + 'static {
    // Provided methods
    fn to_label(&self, display: &impl IsA<Display>) -> GString { ... }
    fn to_str(&self) -> GString { ... }
    fn trigger(
        &self,
        event: impl AsRef<Event>,
        enable_mnemonics: bool
    ) -> KeyMatch { ... }
}

Provided Methods§

source

fn to_label(&self, display: &impl IsA<Display>) -> GString

source

fn to_str(&self) -> GString

source

fn trigger(&self, event: impl AsRef<Event>, enable_mnemonics: bool) -> KeyMatch

Object Safety§

This trait is not object safe.

Implementors§