X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3ef5bf5045991260005634272633717c0a26174..c606a9a4010b859981b99e4699b61f63f9ba037d:/include/wx/msw/registry.h diff --git a/include/wx/msw/registry.h b/include/wx/msw/registry.h index f2386f6594..8f43954176 100644 --- a/include/wx/msw/registry.h +++ b/include/wx/msw/registry.h @@ -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)