]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/textctrl.h
fix DLL export declaration (adv, not core)
[wxWidgets.git] / include / wx / motif / textctrl.h
index 3fdfa7ee3164019db5fbf2cc55cd39b9d24fe19b..22b8f50eebc7985b7137ad0f26fb497dfe9a92e1 100644 (file)
@@ -43,10 +43,6 @@ public:
     // accessors
     // ---------
     virtual wxString GetValue() const;
-    virtual void SetValue(const wxString& value)
-        { ChangeValue(value); SendTextUpdatedEvent(); }
-
-    virtual void ChangeValue(const wxString &value);
 
     virtual int GetLineLength(long lineNo) const;
     virtual wxString GetLineText(long lineNo) const;
@@ -130,6 +126,9 @@ protected:
     wxString  m_fileName;
 
     virtual wxSize DoGetBestSize() const;
+
+    virtual void DoSetValue(const wxString& value, int flags = 0);
+
 public:
     // Motif-specific
     void*     m_tempCallbackStruct;