gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
https://gtk-rs.org/
MIT License
1.24k stars 82 forks source link

Issue #862 - Add size_allocate vfunc to gtk::Widget #959

Closed hfiguiere closed 4 years ago

hfiguiere commented 4 years ago

(patch is against 0.8 but should go into master too)

hfiguiere commented 4 years ago

Uh sorry I forgot a change by mistake. It's now in.

EPashkin commented 4 years ago

Is not better add it against master branch and then mass cherry-pick it on next minor release ?

sdroege commented 4 years ago

Yes, please update this to the master branch. Everything should first go to master :)

hfiguiere commented 4 years ago

Replaced by PR #961