AccelsPlus

Trait AccelsPlus 

Source
pub trait AccelsPlus {
    // Required method
    fn set_accelerators_for_action<A: ActionName>(&self, value: &[&str])
       where A::Target: EmptyType;
}
Expand description

Safe interface for gtk::prelude::GtkApplicationExt.

Required Methods§

Source

fn set_accelerators_for_action<A: ActionName>(&self, value: &[&str])
where A::Target: EmptyType,

Set keyboard accelerator for a certain action.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§