From 5bdab9e85a858ae7bc42709d6ea8f6ebaf8a343f Mon Sep 17 00:00:00 2001 From: Martin Ettl Date: Mon, 26 Feb 2018 13:57:24 +0100 Subject: [PATCH] wxwidgets.cfg: Improved support for some wxString functions. --- cfg/wxwidgets.cfg | 71 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index bd5d37a47..983ca1ca0 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -62,6 +62,7 @@ + This is the same as 'wxString::IsEmpty' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. @@ -87,6 +88,74 @@ + + + + + false + + + + + + + + false + + + + This is the same as 'wxString::Len' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. + + + + + false + + + + + + + + false + + + + + + + + false + + + + + + + + false + + + + + + + + false + + + + + + + + + + + false + + This is the same as 'wxString::MakeLower' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. + @@ -1187,7 +1256,7 @@ - This function is deprecated. Please use 'wxFileName::SplitPath()' instead.. + This function is deprecated. Please use 'wxFileName::SplitPath()' instead.