gtk-rs / gtk3-rs

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

Allow subclassing ToggleButton and MenuButton #804

Closed nacho closed 1 year ago

nacho commented 1 year ago

A couple of patches to allow subclassing Toggle and Menu buttons.

GuillaumeGomez commented 1 year ago

Thanks! Do you see anything missing @sdroege @bilelmoussaoui ?

GuillaumeGomez commented 1 year ago

Thanks!

GuillaumeGomez commented 1 year ago

Btw, is there other missing subclassing stuff?

bilelmoussaoui commented 1 year ago

Btw, is there other missing subclassing stuff?

Probably a lot

GuillaumeGomez commented 1 year ago

Ok, how do you know you can subclass something then?