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.

Implementors§