]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/iniconf.h
wxMotif::wxFont supports encodings too (and shares 99% of font code with wxGTK)
[wxWidgets.git] / include / wx / msw / iniconf.h
index 331ee3f46989f46daf719a505a7b6e8095d08b9b..a49994978fa602a812de7d8da2f7eef78af32ca2 100644 (file)
@@ -91,6 +91,9 @@ public:
 
   virtual bool Flush(bool bCurrentOnly = FALSE);
 
+  virtual bool RenameEntry(const wxString& oldName, const wxString& newName);
+  virtual bool RenameGroup(const wxString& oldName, const wxString& newName);
+
   virtual bool DeleteEntry(const wxString& Key, bool bGroupIfEmptyAlso);
   virtual bool DeleteGroup(const wxString& szKey);
   virtual bool DeleteAll();