From 92f95c850e5375e6f2056e65a0a5f92975861b4d Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Fri, 5 Jun 2020 13:22:33 +0200 Subject: [PATCH] wxwidgets.cfg: Added support for more interfaces --- cfg/wxwidgets.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index 1bc9893da..05b6e57df 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -6837,6 +6837,19 @@ 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 is identical to 'wxSizerItem::SetMinSize()', prefer to use the other function, as its name is more clear +