]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_textctrl.i
new port constants
[wxWidgets.git] / wxPython / src / _textctrl.i
index acf79226fca06a3d3bf10af926b386962b11b8f6..71d8ef2b65b65dc72f56a13eb9b788a4a9c2983f 100644 (file)
@@ -249,7 +249,8 @@ public:
     // sets/clears the dirty flag
     virtual void MarkDirty();
     virtual void DiscardEdits();
-
+    void SetModified(bool modified);
+    
     // set the max number of characters which may be entered in a single line
     // text control
     virtual void SetMaxLength(unsigned long len);