]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
first version of crash reporting code
[wxWidgets.git] / include / wx / stc / stc.h
index 41e36f3e8b3dacb4147c06589acb6ccb8c73c96e..193376418ff38fe0b6e30f768b03508949d06e34 100644 (file)
@@ -2161,6 +2161,12 @@ public:
     bool GetLastKeydownProcessed() { return m_lastKeyDownConsumed; }
     void SetLastKeydownProcessed(bool val) { m_lastKeyDownConsumed = val; }
 
+    // Write the contents of the editor to filename
+    bool SaveFile(const wxString& filename);
+
+    // Load the contents of filename into the editor
+    bool LoadFile(const wxString& filename);
+
 
 //----------------------------------------------------------------------