Trait gtk::IMMulticontextExt [] [src]

pub trait IMMulticontextExt {
    fn append_menuitems<P: IsA<MenuShell>>(&self, menushell: &P);
    fn get_context_id(&self) -> Option<String>;
    fn set_context_id(&self, context_id: &str);
}

Required Methods

Implementors