summaryrefslogtreecommitdiff
path: root/gtk/gtkentryprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-19 20:51:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-02-21 00:51:03 -0500
commit5a2f829a407241d784dd61e417f4d3166ab5e7a3 (patch)
treee93a9573fdd6e3d74adc5b29543ec01516ba11a4 /gtk/gtkentryprivate.h
parent89c3a7ab24cb16e8b64aa924170d0a38bada8a65 (diff)
downloadgtk+-5a2f829a407241d784dd61e417f4d3166ab5e7a3.tar.gz
Split off GtkEventControllerFocus
Split the focus tracking into a separate GtkEventControllerFocus, and change the API one more time. We are back to having ::focus-in and ::focus-out signals. Update all users.
Diffstat (limited to 'gtk/gtkentryprivate.h')
-rw-r--r--gtk/gtkentryprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h
index 2f7d8dc695..de765d9b49 100644
--- a/gtk/gtkentryprivate.h
+++ b/gtk/gtkentryprivate.h
@@ -78,6 +78,7 @@ struct _GtkEntryCompletionPrivate
gchar *case_normalized_key;
GtkEventController *entry_key_controller;
+ GtkEventController *entry_focus_controller;
/* only used by GtkEntry when attached: */
GtkWidget *popup_window;