Trait gtk4::prelude::IMMulticontextExt

source ·
pub trait IMMulticontextExt: IsA<IMMulticontext> + Sealed + 'static {
    // Provided methods
    fn context_id(&self) -> GString { ... }
    fn set_context_id(&self, context_id: Option<&str>) { ... }
}

Provided Methods§

source

fn context_id(&self) -> GString

source

fn set_context_id(&self, context_id: Option<&str>)

Object Safety§

This trait is not object safe.

Implementors§