]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_textctrl.i
various changes to get up to date with CVS
[wxWidgets.git] / wxPython / src / _textctrl.i
index d5ccdbab89866e2db943e328421cc16e7bc995fc..20b89a9a235292799287ab504a9f97f2678dadab 100644 (file)
@@ -110,7 +110,9 @@ enum wxTextCtrlHitTestResult
 
 enum {
     wxOutOfRangeTextCoord,
-    wxInvalidTextCoord
+    wxInvalidTextCoord,
+
+    wxTEXT_TYPE_ANY
 };
 
 //---------------------------------------------------------------------------
@@ -253,8 +255,8 @@ public:
     virtual void Remove(long from, long to);
 
     // load/save the controls contents from/to the file
-    virtual bool LoadFile(const wxString& file);
-    virtual bool SaveFile(const wxString& file = wxPyEmptyString);
+    virtual bool LoadFile(const wxString& file, int fileType = wxTEXT_TYPE_ANY);
+    virtual bool SaveFile(const wxString& file = wxPyEmptyString, int fileType = wxTEXT_TYPE_ANY);
 
     // sets/clears the dirty flag
     virtual void MarkDirty();