summaryrefslogtreecommitdiff
path: root/gtk/gtkgesture.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-03-31 18:16:19 +0200
committerCarlos Garnacho <carlosg@gnome.org>2017-05-25 16:25:58 +0200
commit02932bc406502aa88e36ff840a983e1bcb24eb25 (patch)
tree83ea7243c95ca562e1c525f645638a86879dec3d /gtk/gtkgesture.h
parent2c9678c38f07d7bead9275428c1ff732592b3f3d (diff)
downloadgtk+-02932bc406502aa88e36ff840a983e1bcb24eb25.tar.gz
gtkgesture: Drop GdkWindow checks
Those are now needless and wrong, as we get guarantees that handled events will contain widget-relative coordinates. A side effect is that these events are very possibly not explicitly sent to the GdkWindow that implementations expect, any extra checks performed through gtk_gesture_set_window() will be wrong, so the function has been dropped entirely.
Diffstat (limited to 'gtk/gtkgesture.h')
-rw-r--r--gtk/gtkgesture.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkgesture.h b/gtk/gtkgesture.h
index 671f8115be..0f13917728 100644
--- a/gtk/gtkgesture.h
+++ b/gtk/gtkgesture.h
@@ -90,13 +90,6 @@ GDK_AVAILABLE_IN_3_14
gboolean gtk_gesture_is_recognized (GtkGesture *gesture);
GDK_AVAILABLE_IN_3_14
-GdkWindow * gtk_gesture_get_window (GtkGesture *gesture);
-
-GDK_AVAILABLE_IN_3_14
-void gtk_gesture_set_window (GtkGesture *gesture,
- GdkWindow *window);
-
-GDK_AVAILABLE_IN_3_14
void gtk_gesture_group (GtkGesture *group_gesture,
GtkGesture *gesture);
GDK_AVAILABLE_IN_3_14