Closed kinnison closed 4 years ago
At least gtk_widget_set_visual() is not bound, but I imagine other visual related functions may be missing.
gtk_widget_set_visual()
set_visual is bound: https://github.com/gtk-rs/gtk/blob/master/src/auto/widget.rs#L2686
set_visual
I'm closing this issue so don't hesitate to reopen for the other missing functions.
At least
gtk_widget_set_visual()
is not bound, but I imagine other visual related functions may be missing.