pub trait ShortcutTriggerExt: 'static {
    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; }

Required Methods

Implementors