Package: gtk

Accessor gtk:text-im-module

Lambda List

gtk:text-im-module (object)

Syntax

(gtk:text-im-module object) => module
(setf (gtk:text-im-module object) module)

Arguments

object -- a gtk:text widget
module -- a string with the IM (input method) module

Details

Accessor of the im-module slot of the gtk:text 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 gtk-im-module property.
 

See also

2024-5-17