gtk-rs / gtk3-rs

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

gtk: Generate Container::[get|set]_propert_child #664

Closed GuillaumeGomez closed 2 years ago

GuillaumeGomez commented 2 years ago

Fixes #131.

It was mentioned in #131 that we needed to be careful how we would expose this API in rust. Is there anything special to do?