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

source

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

source

fn to_str(&self) -> GString

Object Safety§

This trait is not object safe.

Implementors§