]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/regconf.h
1) APPCONF_ constants renamed to wxCONFIG_
[wxWidgets.git] / include / wx / msw / regconf.h
index 3bf2bcce576efefc9b0d60f1e5f419aad61474d8..38f5ba608cdda6f22c31997ef571b46e82aa9919 100644 (file)
@@ -46,6 +46,11 @@ public:
   virtual bool HasGroup(const wxString& strName) const;
   virtual bool HasEntry(const wxString& strName) const;
 
+    // get number of entries/subgroups in the current group, with or without
+    // it's subgroups
+  virtual uint GetNumberOfEntries(bool bRecursive = FALSE) const = 0;
+  virtual uint GetNumberOfGroups(bool bRecursive = FALSE) const = 0;
+
   // read/write
   virtual bool Read(wxString&, const char *, const char * = 0) const;
   virtual bool Read(long&, const char *, long = 0) const;