Trait libhelium::subclass::prelude::ShortcutManagerImplExt

pub trait ShortcutManagerImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_add_controller(&self, controller: &ShortcutController) { ... }
    fn parent_remove_controller(&self, controller: &ShortcutController) { ... }
}

Provided Methods§

fn parent_add_controller(&self, controller: &ShortcutController)

fn parent_remove_controller(&self, controller: &ShortcutController)

Object Safety§

This trait is not object safe.

Implementors§