summaryrefslogtreecommitdiff
path: root/gtk/gtkeventcontrollerfocus.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-20 17:22:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-02-21 00:51:03 -0500
commit77aed615e803d3039af62a1416368248c0457c39 (patch)
tree7a3f7575ef1c2ee6444346760117bae36086ea22 /gtk/gtkeventcontrollerfocus.h
parent4947b94a41911bbba9d048e3fd4f9893da3b79fb (diff)
downloadgtk+-77aed615e803d3039af62a1416368248c0457c39.tar.gz
Keep more event controller api private
We don't want to expose the GtkCrossingData struct, and manually feeding events to event controllers is not something we want to encourage, going forward.
Diffstat (limited to 'gtk/gtkeventcontrollerfocus.h')
-rw-r--r--gtk/gtkeventcontrollerfocus.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/gtkeventcontrollerfocus.h b/gtk/gtkeventcontrollerfocus.h
index 3a4ae1b7fe..30b7c7d93e 100644
--- a/gtk/gtkeventcontrollerfocus.h
+++ b/gtk/gtkeventcontrollerfocus.h
@@ -47,15 +47,6 @@ GDK_AVAILABLE_IN_ALL
GtkEventController *gtk_event_controller_focus_new (void);
GDK_AVAILABLE_IN_ALL
-GtkWidget * gtk_event_controller_focus_get_focus_origin (GtkEventControllerFocus *controller);
-GDK_AVAILABLE_IN_ALL
-GtkWidget * gtk_event_controller_focus_get_focus_target (GtkEventControllerFocus *controller);
-GDK_AVAILABLE_IN_ALL
-GtkWidget * gtk_event_controller_focus_get_old_focus_child (GtkEventControllerFocus *controller);
-GDK_AVAILABLE_IN_ALL
-GtkWidget * gtk_event_controller_focus_get_new_focus_child (GtkEventControllerFocus *controller);
-
-GDK_AVAILABLE_IN_ALL
gboolean gtk_event_controller_focus_contains_focus (GtkEventControllerFocus *self);
GDK_AVAILABLE_IN_ALL
gboolean gtk_event_controller_focus_is_focus (GtkEventControllerFocus *self);