wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2020-06-26 09:11:59 +02:00
parent af6e76d623
commit 7924fbc13e
1 changed files with 2 additions and 1 deletions

View File

@ -8057,11 +8057,12 @@
</function> </function>
<!-- void wxItemContainer::Delete(unsigned int n) --> <!-- void wxItemContainer::Delete(unsigned int n) -->
<!-- void wxListBox::Delete(unsigned int n) --> <!-- void wxListBox::Delete(unsigned int n) -->
<function name="wxItemContainer::Delete"> <function name="wxItemContainer::Delete,wxListBox::Delete">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<arg nr="1" direction="in"> <arg nr="1" direction="in">
<not-uninit/> <not-uninit/>
<valid>0:</valid>
</arg> </arg>
</function> </function>
<!-- bool wxString::ToLong(long * val, int base = 10) const --> <!-- bool wxString::ToLong(long * val, int base = 10) const -->