Comment 1 for bug 84720

Revision history for this message
rpkrawczyk (rpkrawczyk) wrote :

As a workaround you can get the status by calling:

print root.tk.call('eval','%s edit modified'%self.textwidget)

where self.textwidget is the variable where the text widget was assigned to.