gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

gtk: Make `ButtonImpl` depend on `BinImpl` #629

Closed ids1024 closed 3 years ago

ids1024 commented 3 years ago

As far as I understand, this was incorrect.

This seems to be all that's required to compile with the IsSubclassable change in https://github.com/gtk-rs/gtk-rs-core/pull/241.