Package: gtk

Accessor gtk:entry-im-module

Lambda List

gtk:entry-im-module (object)

Syntax

(gtk:entry-im-module object) => setting
(setf (gtk:entry-im-module object) setting)

Arguments

object -- a gtk:entry widget
setting -- a string with the IM (Input Method] module that should be used for the text entry

Details

Accessor of the im-module slot of the gtk:entry class. The IM (Input Method) module that should be used for the text entry. See the gtk:im-context documentation. Setting this to a non-nil value overrides the system-wide IM module setting. See the im-module documentation.
 

See also

2024-11-26