diff --git a/gtk/gtkemojichooser.c b/gtk/gtkemojichooser.c index 36d3e35cfc..641cd33438 100644 --- a/gtk/gtkemojichooser.c +++ b/gtk/gtkemojichooser.c @@ -47,6 +47,23 @@ * * GtkEmojiChooser emits the #GtkEmojiChooser:emoji-picked signal when an * Emoji is selected. + * + * # CSS nodes + * |[ + * popover + * ╰── box.emoji-toolbar + * ├── button.iamge-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 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. + * */ #define BOX_SPACE 6 diff --git a/gtk/ui/gtkemojichooser.ui b/gtk/ui/gtkemojichooser.ui index aab6676082..35f335b1ba 100644 --- a/gtk/ui/gtkemojichooser.ui +++ b/gtk/ui/gtkemojichooser.ui @@ -197,6 +197,9 @@ + none