Trait 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§

Source

fn activate( &self, flags: ShortcutActionFlags, widget: &impl IsA<Widget>, args: Option<&Variant>, ) -> bool

Source

fn to_str(&self) -> GString

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§