X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a3ef5bf5045991260005634272633717c0a26174..e373f51b6c2a9a43436e24b690c18f334e0605e6:/include/wx/msw/registry.h?ds=inline 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)