gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
https://gtk-rs.org/
MIT License
1.24k stars 82 forks source link

gtk_widget_set_visual and friends are not bound #991

Closed kinnison closed 4 years ago

kinnison commented 4 years ago

At least gtk_widget_set_visual() is not bound, but I imagine other visual related functions may be missing.

GuillaumeGomez commented 4 years ago

set_visual is bound: https://github.com/gtk-rs/gtk/blob/master/src/auto/widget.rs#L2686

I'm closing this issue so don't hesitate to reopen for the other missing functions.