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 gets 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

2026-07-28