Package: gtk

Accessor gtk-settings-gtk-im-module

Lambda List

gtk-settings-gtk-im-module (object)

Syntax

(gtk-settings-gtk-im-module object) => setting
(setf (gtk-settings-gtk-im-module object) setting)

Arguments

object -- a gtk-settings object
setting -- a string with the IM module

Details

Accessor of the gtk-im-module slot of the gtk-settings class.

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 the gtk-im-context class and the gtk-show-input-method-menu setting.
 

See also

2021-4-19