Trait gtk::prelude::IMContextSimpleExtManual[][src]

pub trait IMContextSimpleExtManual: 'static {
    fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P);
}

Required methods

fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P)[src]

Loading content...

Implementors

impl<O: IsA<IMContextSimple>> IMContextSimpleExtManual for O[src]

Loading content...