Trait sourceview5::prelude::ShortcutActionExt
source · pub trait ShortcutActionExt: IsA<ShortcutAction> + Sealed + 'static {
// Provided methods
fn activate(
&self,
flags: ShortcutActionFlags,
widget: &impl IsA<Widget>,
args: Option<&Variant>,
) -> bool { ... }
fn to_str(&self) -> GString { ... }
}
Provided Methods§
fn activate( &self, flags: ShortcutActionFlags, widget: &impl IsA<Widget>, args: Option<&Variant>, ) -> bool
fn to_str(&self) -> GString
Object Safety§
This trait is not object safe.