Trait gtk4::subclass::shortcut_manager::ShortcutManagerImplExt[][src]

pub trait ShortcutManagerImplExt: ObjectSubclass {
    fn parent_add_controller(
        &self,
        shortcut_manager: &Self::Type,
        controller: &ShortcutController
    );
fn parent_remove_controller(
        &self,
        shortcut_manager: &Self::Type,
        controller: &ShortcutController
    ); }

Required methods

Implementors