gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!

Home Page:https://gtk-rs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gtk_widget_set_visual and friends are not bound

kinnison opened this issue · comments

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

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.