Код: Выделить всё
def change_colour():
trv.set(trv.selection()[0],0,tags='changed_tag') #this causes problem
trv.tag_configure("changed_tag",foreground="blue",background="yellow")
Код: Выделить всё
TypeError: set() got an unexpected keyword argument 'tags'Подробнее здесь: https://stackoverflow.com/questions/655 ... r-treeview
Мобильная версия