Trait gtk4::subclass::shortcut_manager::ShortcutManagerImpl
source · pub trait ShortcutManagerImpl: ObjectImpl {
// Provided methods
fn add_controller(
&self,
shortcut_manager: &Self::Type,
controller: &ShortcutController
) { ... }
fn remove_controller(
&self,
shortcut_manager: &Self::Type,
controller: &ShortcutController
) { ... }
}