sebp / PyGObject-Tutorial

Tutorial for using GTK+ 3 in Python
https://python-gtk-3-tutorial.readthedocs.io/
GNU Lesser General Public License v2.1
393 stars 161 forks source link

FlexBox example is not working #137 #138

Closed ajphukan closed 6 years ago

ajphukan commented 6 years ago

FlexBox example is not working properly due to deprecated function override_background_color

I like to submit a pull request for the code ..

sebp commented 6 years ago

Thanks, you just were missing Gtk.render_background(), which I added.