gtk-rs / gtk3-rs

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

subclass support for GtkEntry #744

Closed pbor closed 2 years ago

pbor commented 2 years ago

There are a bunch of other vfuncs, I guess you are planning to add those as well?

I can add them, but a lot of the vfuncs are just action vfuncs related to moving with the keyboard... do we need them?

I copied from button.rs and I see that that one also just has a couple of methods will in C there are many more vfuncs...