+ // this is the overridden wxTextEntry method which should only be called
+ // when we do have an edit control so it asserts if this is not the case
+ virtual WXHWND GetEditHWND() const;
+
+ // common part of all ctors
+ void Init()
+ {
+ m_allowTextEvents = true;
+ }
+
+ // normally true, false if text events are currently disabled
+ bool m_allowTextEvents;
+