EmojiChooser


Object Hierarchy:

Gtk.EmojiChooser Gtk.EmojiChooser Gtk.EmojiChooser Gtk.Popover Gtk.Popover Gtk.Popover->Gtk.EmojiChooser Gtk.Widget Gtk.Widget Gtk.Widget->Gtk.Popover GLib.InitiallyUnowned GLib.InitiallyUnowned GLib.InitiallyUnowned->Gtk.Widget GLib.Object GLib.Object GLib.Object->GLib.InitiallyUnowned Gtk.Accessible Gtk.Accessible Gtk.Accessible->Gtk.EmojiChooser Gtk.Accessible->Gtk.Popover Gtk.Accessible->Gtk.Widget Gtk.Buildable Gtk.Buildable Gtk.Buildable->Gtk.EmojiChooser Gtk.Buildable->Gtk.Popover Gtk.Buildable->Gtk.Widget Gtk.ConstraintTarget Gtk.ConstraintTarget Gtk.ConstraintTarget->Gtk.EmojiChooser Gtk.ConstraintTarget->Gtk.Popover Gtk.ConstraintTarget->Gtk.Widget Gtk.Native Gtk.Native Gtk.Native->Gtk.EmojiChooser Gtk.Native->Gtk.Popover Gtk.ShortcutManager Gtk.ShortcutManager Gtk.ShortcutManager->Gtk.EmojiChooser Gtk.ShortcutManager->Gtk.Popover

Description:

[ CCode ( type_id = "gtk_emoji_chooser_get_type ()" ) ]
public sealed class EmojiChooser : Popover, Accessible, Buildable, ConstraintTarget, Native, ShortcutManager

The `GtkEmojiChooser` is used by text widgets such as `GtkEntry` or `GtkTextView` to let users insert Emoji characters.

![An example GtkEmojiChooser](emojichooser.png)

`GtkEmojiChooser` emits the [signal@Gtk.EmojiChooser:GtkEmojiChooser:emoji-picked] signal when an Emoji is selected.

CSS nodes

``` popover ├── box.emoji-searchbar │ ╰── entry.search ╰── box.emoji-toolbar ├── button.image-button.emoji-section ├── ... ╰── button.image-button.emoji-section ```

Every `GtkEmojiChooser` 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.


Namespace: Gtk
Package: gtk4

Content:

Creation methods:

Signals:

Inherited Members:

All known members inherited from class Gtk.Widget
All known members inherited from interface Gtk.Native
All known members inherited from interface Gtk.ShortcutManager