gtk-rs / gtk3-rs

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

manually implement Container::(get|set)_property #699

Closed bilelmoussaoui closed 2 years ago

bilelmoussaoui commented 2 years ago

It requires a manual implementation to check if the property exists and is readable/writeable and also of the correct type. Fixes #664

bilelmoussaoui commented 2 years ago

Once this is one is merged, I will land the necessary changes on gir to make uses of it