Package: gtk

Accessor gtk:text-enable-emoji-completion

Lambda List

gtk:text-enable-emoji-completion (object)

Syntax

(gtk:text-enable-emoji-completion object) => setting
(setf (gtk:text-enable-emoji-completion object) setting)

Arguments

object -- a gtk:text widget
setting -- a boolean whether to enable Emoji completion

Details

The accessor for the enable-emoji-completion slot of the gtk:text class get or sets whether Emoji completion is enabled for the text entry. If it is, typing ':', followed by a recognized keyword, will pop up a window with suggested Emojis matching the keyword.
 

See also

2025-08-11