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

This commit is contained in:
orbitcowboy 2020-12-25 13:26:18 +01:00
parent 3212bea3c4
commit 2df692f295
1 changed files with 12 additions and 0 deletions

View File

@ -9125,6 +9125,18 @@
</arg>
<arg nr="2" direction="in"/>
</function>
<!-- virtual int wxListBox::FindString( const wxString & s, bool bCase = false ) const -->
<function name="wxListBox::FindString">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="int"/>
<const/>
<arg nr="1" direction="in"/>
<arg nr="2" default="false" direction="in">
<not-uninit/>
</arg>
</function>
<!-- virtual void wxListBox::SetSelection(int n) -->
<function name="wxListBox::SetSelection">
<noreturn>false</noreturn>