diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2017-03-31 18:16:19 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2017-05-25 16:25:58 +0200 |
commit | 02932bc406502aa88e36ff840a983e1bcb24eb25 (patch) | |
tree | 83ea7243c95ca562e1c525f645638a86879dec3d /docs | |
parent | 2c9678c38f07d7bead9275428c1ff732592b3f3d (diff) | |
download | gtk+-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 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index a40491c522..fc71646765 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -6738,8 +6738,6 @@ gtk_event_controller_get_type <TITLE>GtkGesture</TITLE> GtkGesture gtk_gesture_get_device -gtk_gesture_get_window -gtk_gesture_set_window gtk_gesture_is_active gtk_gesture_is_recognized GtkEventSequenceState |