Trait gtk::prelude::IMMulticontextExt [−][src]
pub trait IMMulticontextExt: 'static {
fn context_id(&self) -> Option<GString>;
fn set_context_id(&self, context_id: &str);
}Expand description
Required methods
fn context_id(&self) -> Option<GString>
fn context_id(&self) -> Option<GString>fn set_context_id(&self, context_id: &str)
fn set_context_id(&self, context_id: &str)Sets the context id for self.
This causes the currently active slave of self to be
replaced by the slave corresponding to the new context id.
context_id
the id to use