I'm trying to call the AddPendingEvent method of wxTextCtrl (defined in
wxEvtHandler), but I get an AttributeError. Is AddPendingEvent not
implemented in wxPython?
I'm trying to call the AddPendingEvent method of wxTextCtrl (defined in
wxEvtHandler), but I get an AttributeError. Is AddPendingEvent not
implemented in wxPython?
What version of wxPython are you using? I thought that method was added for
2.2.1. Regardless, you can accomplish the same thing by calling: