summaryrefslogtreecommitdiff
path: root/gi
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas@radix.lt>2020-04-07 21:45:52 +0300
committerChristoph Reiter <reiter.christoph@gmail.com>2020-04-17 14:15:15 +0000
commit09caf26f001e896d0d8b7adc60af56b80014b6a4 (patch)
treec05fc87a38f94ad173b734ad881a0193e3a8f351 /gi
parent555cb2b63ea3a7ac49fef2f8e28a08fc928ccb90 (diff)
downloadpygobject-09caf26f001e896d0d8b7adc60af56b80014b6a4.tar.gz
gdk overrides: Fix wrapping of scroll events
Diffstat (limited to 'gi')
-rw-r--r--gi/overrides/Gdk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/overrides/Gdk.py b/gi/overrides/Gdk.py
index 29e9dc55..a40d3ec5 100644
--- a/gi/overrides/Gdk.py
+++ b/gi/overrides/Gdk.py
@@ -212,6 +212,7 @@ if GDK2 or GDK3:
Gdk.EventType.DROP_FINISHED: 'dnd',
Gdk.EventType.CLIENT_EVENT: 'client',
Gdk.EventType.VISIBILITY_NOTIFY: 'visibility',
+ Gdk.EventType.SCROLL: 'scroll',
Gdk.EventType.EXPOSE: 'expose',
Gdk.EventType.MAP: 'any',
Gdk.EventType.UNMAP: 'any',