Package: gtk
Class gtk:emoji-chooser
Superclassesgtk:popover, gtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gtk:native, gtk:shortcut-manager, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The gtk:emoji-chooser widget is used by text widgets such as the gtk:entry or gtk:text-view widgets to offer users a
convenient way to insert Emoji characters. ![]() The gtk:emoji-chooser widget emits the "emoji-picked" signal when an Emoji is selected. CSS nodespopover ├── box.emoji-searchbar │ ╰── entry.search ╰── box.emoji-toolbar ├── button.image-button.emoji-section ├── ... ╰── button.image-button.emoji-sectionEvery gtk:emoji-chooser widget consists of a main node called popover. The contents of the popover are largely implementation defined and supposed to inherit general styles. The top searchbar used to search emoji and gets the .emoji-searchbar style class itself. The bottom toolbar used to switch between different emoji categories consists of buttons with the .emoji-section style class and gets the .emoji-toolbar style class itself. Action DetailsThe "scroll.section" actionScrolls to the next or previous section.
Signal DetailsThe "emoji-picked" signallambda (chooser text) :run-last
| Inherited Slot Access FunctionsSee also |
2023-8-28