]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/stc.h.in
apptraits for wxMac classic and carbon
[wxWidgets.git] / contrib / src / stc / stc.h.in
index baeaf0d437f4b2d890740316668fe2e6ad9504f4..70addc7abbc965c0a1bf532eba0e4136b3904b8f 100644 (file)
@@ -193,6 +193,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);
+
 
 //----------------------------------------------------------------------