Gtk-Rs 3 : how to connect to window resized event?

In fact I’ve connected to this event using the connect_size_allocate from gtk-rs 3.

I’ve just written size_allocate because I’m using Relm, a framework which simplifies the development of gtk3 applications in Rust.

If you are still skeptical, just try for yourself. Because I’ve managed this way.