Menu

#1331 ctext sends <<Modified>> too often

open
nobody
5
2012-09-13
2012-09-13
No

The Tk text widget sends the <<Modified>> virtual event when the state of the [$w edit modified] flag changes. The ctext widget sends <<Modified>> on every change, whether the [$w edit modified] flag has actually changed or not. The ctext widget's interface should mimic the text widget's interface here; if there are actions you want to do when the editor's content has just become unsaved, you don't want to repeat them every time they add another character.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.