Method
GtkIMMulticontextset_context_id
Declaration [src]
void
gtk_im_multicontext_set_context_id (
GtkIMMulticontext* context,
const char* context_id
)
Description [src]
Sets the context id for context
.
This causes the currently active delegate of context
to be
replaced by the delegate corresponding to the new context id.
Setting this to a non-NULL
value overrides the system-wide
IM module setting. See the GtkSettings:gtk-im-module
property.