Trait gtk::prelude::IMContextSimpleExtManual [−][src]
pub trait IMContextSimpleExtManual {
fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P);
}Required Methods
fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P)
Implementors
impl<O: IsA<IMContextSimple>> IMContextSimpleExtManual for O