summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-22 16:47:43 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-22 16:50:10 -0500
commit567447456ef526028dea0d54bbd7a86355fa9979 (patch)
treed73dff919711ff12ac49d244fb0394a2044c0e13 /gtk/gtktextview.h
parent462a77ffb5f4f9e4e978cdcc8ac0c9a2e02a7991 (diff)
downloadgtk+-567447456ef526028dea0d54bbd7a86355fa9979.tar.gz
text view: Support the Emoji chooser
Similar to GtkEntry, add an "Insert Emoji" context menu item, and add the same keybindings. We don't add the icon here, since it is not clear where it would go. https://bugzilla.gnome.org/show_bug.cgi?id=790029
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index 7f536a295f..8cfe231de5 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -191,6 +191,7 @@ struct _GtkTextViewClass
const GtkTextIter *location,
GtkTextIter *start,
GtkTextIter *end);
+ void (* insert_emoji) (GtkTextView *text_view);
/*< private >*/
@@ -199,7 +200,6 @@ struct _GtkTextViewClass
void (*_gtk_reserved2) (void);
void (*_gtk_reserved3) (void);
void (*_gtk_reserved4) (void);
- void (*_gtk_reserved5) (void);
};
GDK_AVAILABLE_IN_ALL