def make_icon(filename): icon = Gtk.Image() icon.set_from_file("{}{}".format(icns, filename)) return icon