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

Required Methods

Adds an additional table from the X11 compose file.

compose_file

The path of compose file

Implementors