From c31c54f1a49b3fcf6a5166788b7bb27f6acf5960 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Mon, 5 Mar 2018 00:25:47 +0100 Subject: [PATCH] wxwidgets.cfg: Improved support to for some wxSizerItem functions. --- cfg/windows.cfg | 4 ++-- cfg/wxwidgets.cfg | 36 ++++++++++++++++++++++++++++++++++-- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 7fcb2c7e9..6cb0b76c8 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -4895,7 +4895,7 @@ HFONT CreateFont( - + @@ -4946,7 +4946,7 @@ HFONT CreateFont( - + diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index 983ca1ca0..02d920553 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -147,7 +147,7 @@ - + @@ -155,7 +155,7 @@ false This is the same as 'wxString::MakeLower' and is kept for wxWidgets 1.xx compatibility. You should not use it in new code. - + @@ -1258,6 +1258,38 @@ This function is deprecated. Please use 'wxFileName::SplitPath()' instead. + + + + false + + + + + + This function is deprecated. + + + + + false + + + + + + This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSizer' which does free it instead. + + + + + false + + + + + This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSpacer' which does free it instead. +