Closed piegamesde closed 4 years ago
The signal handlers for GtkGesture
should all take an Option<&gdk::Sequence>
(can be configured to be nullable
in the Gir.toml
), and nullable annotations should also be added to the GTK docs.
Want to provide a PR for either of these two? :)
No, sorry. I have no experience with C bindings, Gir or the gtk-rs source code, so getting started with all of this could take quite some time.
Ok, https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2520 for the part in GTK for now.
I built a simple pinch-to-zoom for my widget and most of the time, the application panics at the end of the zoom gesture. Stack trace: