Trait gtk4::subclass::shortcut_manager::ShortcutManagerImplExt
source · pub trait ShortcutManagerImplExt: Sealed + ObjectSubclass {
// Provided methods
fn parent_add_controller(&self, controller: &ShortcutController) { ... }
fn parent_remove_controller(&self, controller: &ShortcutController) { ... }
}