]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
Applied [ 827600 ] wxCalendarCtrl missing public
[wxWidgets.git] / include / wx / gtk / textctrl.h
index a8730f89fd34f39be2a19b28ca28d504fb5cbc10..88ebbb41afc7271ca604ad3a3c97173795b377c0 100644 (file)
@@ -65,7 +65,8 @@ public:
     virtual void Replace(long from, long to, const wxString& value);
     virtual void Remove(long from, long to);
 
-    // clears the dirty flag
+    // sets/clears the dirty flag
+    virtual void MarkDirty();
     virtual void DiscardEdits();
 
     virtual void SetMaxLength(unsigned long len);