Trait relm4::actions::traits::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§
sourcefn set_accelerators_for_action<A: ActionName>(&self, value: &[&str])where
A::Target: EmptyType,
fn set_accelerators_for_action<A: ActionName>(&self, value: &[&str])where A::Target: EmptyType,
Set keyboard accelerator for a certain action.