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 { ... }
}