]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
added flag wxFILE_MUST_EXIST
[wxWidgets.git] / include / wx / fileconf.h
index 4de3774132ff7f0a6ed566f3a4b974dd21198cbc..4b4d1a470d734c5225e8eea7dd6fedb21c5341cc 100644 (file)
@@ -118,6 +118,9 @@ public:
   virtual bool GetFirstEntry(wxString& str, long& lIndex);
   virtual bool GetNextEntry (wxString& str, long& lIndex);
 
+  virtual uint GetNumberOfEntries(bool bRecursive = FALSE) const;
+  virtual uint GetNumberOfGroups(bool bRecursive = FALSE) const;
+
   virtual bool HasGroup(const wxString& strName) const;
   virtual bool HasEntry(const wxString& strName) const;