How to update a Tix.ComboBox's text? How to update a Tix.ComboBox's text? tkinter tkinter

How to update a Tix.ComboBox's text?


woo!solved it on my own.

Use

self.combo['selection']

instead of

self.combo['value']


NOTE: copy of Moe's answer that can be selected as chosen answer

woo!solved it on my own.

Use

self.combo['selection']

instead of

self.combo['value']