Trait sourceview5::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§
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
Object Safety§
This trait is not object safe.