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§
Sourcefn set_accelerators_for_action<A: ActionName>(&self, value: &[&str])
fn set_accelerators_for_action<A: ActionName>(&self, value: &[&str])
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.