From 3264dc4abcf62bc18de27fd628cdc2535d8b64a9 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Fri, 25 Jan 2019 11:06:57 +0100 Subject: [PATCH] wxwidgets.cfg: Added support for wxComboBox::Append() and wxItemContainer::Append(). --- cfg/wxwidgets.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cfg/wxwidgets.cfg b/cfg/wxwidgets.cfg index 5543fb827..8ad08989f 100644 --- a/cfg/wxwidgets.cfg +++ b/cfg/wxwidgets.cfg @@ -5720,6 +5720,14 @@ This is the same as wxString::Trim() except that it doesn't change this string. This is a wxWidgets 1.xx compatibility function; you should not use it in new code. + + + + false + + + +