Tough_Crowd/src
Romain Failliot ff18e4a342 Fix deprecation warnings for Gtk.Widget.render_icon
[Gtk.Widget.render_icon](https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/Widget.html#Gtk.Widget.render_icon)
has been deprecated since 3.0.

The replacement solution is to use Gtk.IconTheme.load_icon.

Most of `Gtk.STOCK_*` value are deprecated:
* `Gtk.STOCK_NEW` is now "document-new"
* `Gtk.STOCK_GO_FORWARD` is now "go-next"
* `Gtk.STOCK_GO_BACK` is now "go-previous"
2020-03-28 18:41:06 -04:00
..
etc First commit 2015-11-21 12:57:32 -05:00
usr Fix deprecation warnings for Gtk.Widget.render_icon 2020-03-28 18:41:06 -04:00