pub trait ShortcutActionExt: 'static {
    fn activate(
        &self,
        flags: ShortcutActionFlags,
        widget: &impl IsA<Widget>,
        args: Option<&Variant>
    ) -> bool; fn to_str(&self) -> GString; }

Required methods

Implementors