gtk-rs / gtk4-rs

Rust bindings of GTK 4
https://gtk-rs.org/gtk4-rs/
MIT License
1.9k stars 174 forks source link

Make use of gdk::EVENT_STOP|PROPAGATE simpler #88

Closed bilelmoussaoui closed 3 years ago

bilelmoussaoui commented 4 years ago

Same as https://github.com/gtk-rs/gtk-rs/issues/91 but for gtk4-rs

bilelmoussaoui commented 3 years ago

This one is not needed, we should use signal::Inhibit instead.