Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkPopover ╰── GtkEmojiChooser
GtkEmojiChooser implements AtkImplementorIface, GtkBuildable, GtkConstraintTarget and GtkNative.
The GtkEmojiChooser popover is used by text widgets such as GtkEntry or GtkTextView to offer users a convenient way to insert Emoji characters.
GtkEmojiChooser emits the “emoji-picked” signal when an Emoji is selected.
“emoji-picked”
signalvoid user_function (GtkEmojiChooser *chooser, gchar *text, gpointer user_data)
The ::emoji-picked signal is emitted when the user selects an Emoji.
chooser |
the GtkEmojiChooser |
|
text |
the Unicode sequence for the picked Emoji, in UTF-8 |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last