gtk-rs / gtk4-rs

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

custom_orientable: Fix interface property override #1755

Closed alatiera closed 1 month ago

alatiera commented 1 month ago

We need to both override the property and add the derive_properties to the ObjectImpl

Close #1753