[][src]Trait gtk::IMMulticontextExt

pub trait IMMulticontextExt: 'static {
    fn get_context_id(&self) -> Option<GString>;
fn set_context_id(&self, context_id: &str); }

Trait containing all IMMulticontext methods.

Implementors

IMMulticontext

Required methods

fn get_context_id(&self) -> Option<GString>

Gets the id of the currently active slave of the self.

Returns

the id of the currently active slave

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

Loading content...

Implementors

impl<O: IsA<IMMulticontext>> IMMulticontextExt for O[src]

Loading content...