]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/registry.h
wxDropTarget starts to work
[wxWidgets.git] / include / wx / msw / registry.h
index f2386f65949bf863a640562f6c43d110eb0c5b9a..8f43954176a372e7f9a5d3e821aaadb5a29090c5 100644 (file)
@@ -160,7 +160,9 @@ public:
 
   // access to values and subkeys
     // get value type
-  ValueType GetValueType(const char *szValue);
+  ValueType GetValueType(const char *szValue) const;
+    // returns TRUE if the value contains a number (else it's some string)
+  bool IsNumericValue(const char *szValue) const;
 
     // assignment operators set the default value of the key
   wxRegKey& operator=(const wxString& strValue)