Trait gtk4::subclass::shortcut_manager::ShortcutManagerImplExt
source · pub trait ShortcutManagerImplExt: ObjectSubclass {
// Required methods
fn parent_add_controller(
&self,
shortcut_manager: &Self::Type,
controller: &ShortcutController
);
fn parent_remove_controller(
&self,
shortcut_manager: &Self::Type,
controller: &ShortcutController
);
}