![]() |
![]() |
![]() |
![]() |
GtkIMMulticontext — An input method context supporting multiple, loadable input methods
GtkIMContext *
gtk_im_multicontext_new (void
);
Creates a new GtkIMMulticontext.
const char *
gtk_im_multicontext_get_context_id (GtkIMMulticontext *context
);
Gets the id of the currently active slave of the context
.
Since: 2.16
void gtk_im_multicontext_set_context_id (GtkIMMulticontext *context
,const char *context_id
);
Sets the context id for context
.
This causes the currently active slave of context
to be
replaced by the slave corresponding to the new context id.
Since: 2.16