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 for the IM module

Details

The accessor for the gtk-im-module slot of the gtk:settings class gets or sets 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

gtk:settings
gtk:im-context
gtk:settings-gtk-show-input-method-menu
2025-09-23