gtk::prelude

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)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§