// ----------------------------------
//
virtual wxString GetValue(void) const;
- virtual void SetValue(const wxString& rsValue);
virtual int GetLineLength(long nLineNo) const;
virtual wxString GetLineText(long nLineNo) const;
virtual WXDWORD OS2GetStyle( long lStyle
,WXDWORD* dwExstyle
) const;
+
+ virtual void DoSetValue(const wxString &value, int flags = 0);
+
+ bool m_bSkipUpdate;
+
private:
bool m_bIsMLE;
DECLARE_EVENT_TABLE()