It doesn't look like it has that attribute, but it'd be really useful to me.
You have to change the state of the Text widget from NORMAL to DISABLED after entering text.insert() or text.bind() :
Text
NORMAL
DISABLED
text.insert()
text.bind()
text.config(state=DISABLED)
1.4m articles
1.4m replys
5 comments
57.0k users