Hello
I am trying to find out the type of message(Event) that is sent
whenever a wx.TextCtrl() has a new character added to it, a character
deleted from it or when some text is cut or paste onto it?
I have looked over the WxPython docs website & cant seem to identify
the events associated with these actions?
Maybe its something like EVT_TE_UPDATE?
Some extra info that may be required, I want to call a function to
read the contents in the TextCtrl whenever these events occur so I
need to bind it to this event & the TextCtrls I am using are both
multiline & single line(meaning some are multiline & some single)