wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-20 15:44:32 +01:00
parent 1f9edc6a66
commit 1513dd06b2
1 changed files with 11 additions and 0 deletions

View File

@ -11365,6 +11365,17 @@
<arg nr="1" direction="in"/>
<arg nr="2" direction="in" default="wxLOCALE_CAT_DEFAULT"/>
</function>
<!-- bool wxLocale::AddCatalog( const wxString & domain ) -->
<!-- bool wxLocale::AddCatalog( const wxString & domain, wxLanguage msgIdLanguage ) -->
<!-- bool wxLocale::AddCatalog( const wxString & domain, wxLanguage msgIdLanguage, const wxString msgldCharset ) -->
<function name="wxLocale::AddCatalog">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in" default="wxLANGUAGE_DEFAULT "/>
<arg nr="3" direction="in" default="wxEmptyString"/>
</function>
<!-- int wxItemContainer::Append( const wxString & item ) -->
<!-- int wxComboBox::Append( const wxString & item ) -->
<function name="wxItemContainer::AppendItems,wxComboBox::Append">