Skip to main content

IMContextSimpleExtManual

Trait IMContextSimpleExtManual 

Source
pub trait IMContextSimpleExtManual:
    IsA<IMContextSimple>
    + Sealed
    + 'static {
    // Provided method
    fn add_compose_file<P: AsRef<Path>>(&self, compose_file: P) { ... }
}

Provided Methods§

Source

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

Adds an additional table from the X11 compose file.

§compose_file

The path of compose file

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§