def __init__(self, name, image): Gtk.ListBoxRow.__init__(self) self.name = name self.image = image # Create the list row self.create_row()