Settings.gtkImModule

string gtkImModule() @property

Get gtkImModule property.

Returns

Which IM (input method) module should be used by default.

This is the input method that will be used if the user has not explicitly chosen another input method from the IM context menu. This also can be a colon-separated list of input methods, which GTK will try in turn until it finds one available on the system.

See [gtk.imcontext.IMContext].

void gtkImModule(string propval) @property

Set gtkImModule property.

Parameters

propvalWhich IM (input method) module should be used by default. This is the input method that will be used if the user has not explicitly chosen another input method from the IM context menu. This also can be a colon-separated list of input methods, which GTK will try in turn until it finds one available on the system. See [gtk.imcontext.IMContext].