gtk-rs / gtk3-rs

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

Rename Window::focus into Windows::focused_widget #655

Closed GuillaumeGomez closed 2 years ago

GuillaumeGomez commented 2 years ago

Fixes #604.

focus_widget seemed wrong too so I picked focused_widget instead.