https://bugs.documentfoundation.org/show_bug.cgi?id=156427

Caolán McNamara <caolan.mcnam...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTOURBUG
             Status|NEW                         |RESOLVED
            Summary|support GTK Emoji Chooser   |support GTK3 Emoji Chooser

--- Comment #2 from Caolán McNamara <caolan.mcnam...@collabora.com> ---
Currently in gtk3 I see that the GtkEntry and GtkTextview have explicit
bindings for ctrl+. and ctrl+; for "insert-emoji", but the GtkEmoji popover
they use is internal in gtk3 and not exposed for external reuse.

In gtk4 https://developer-old.gnome.org/gtk4/stable/GtkEmojiChooser.html is it
exposed, but not in gtk3

nm -D /usr/lib64/libgtk-4.so.1.800.3 |grep gtk_emoji_chooser_get_type
0000000000127980 T gtk_emoji_chooser_get_type

but 

$ nm -D /usr/lib64/libgtk-3.so.0.2406.32 |grep gtk_emoji_chooser_get_type

is silent. So as far as I can see it isn't practically possible to reuse that
gtk emoji chooser from our main widget in gtk3 (but it could be under gtk4)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to