Setting this to a non-null value overrides the system-wide IM module setting. See the GtkSettings gtk.settings.Settings.gtkImModule property.
Entry.imModule
string imModule() @propertyGet imModule property.
Returns
Which IM (input method) module should be used for this entry.
void imModule(string propval) @propertySet imModule property.
Parameters
propval | Which IM (input method) module should be used for this entry. See gtk.imcontext.IMContext. Setting this to a non-null value overrides the system-wide IM module setting. See the GtkSettings gtk.settings.Settings.gtkImModule property. |