gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
https://gtk-rs.org/
MIT License
1.24k stars 82 forks source link

Add scroll_event vfunc to WidgetImpl #978

Closed tsahyt closed 4 years ago

tsahyt commented 4 years ago

Another vfunc. It seems to work, although my test application had an issue where the event only gets triggered when a mouse button is held down at the same time. I suspect this is for a different reason though, e.g. some faulty window setup. Implementation is much the same as for motion_notify_event.

sdroege commented 4 years ago

Failed CI are unrelated to this.

GuillaumeGomez commented 4 years ago

Seems like CI is on fire lately.

Thanks @tsahyt !