wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
af6e76d623
commit
7924fbc13e
|
@ -8057,11 +8057,12 @@
|
|||
</function>
|
||||
<!-- void wxItemContainer::Delete(unsigned int n) -->
|
||||
<!-- void wxListBox::Delete(unsigned int n) -->
|
||||
<function name="wxItemContainer::Delete">
|
||||
<function name="wxItemContainer::Delete,wxListBox::Delete">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxString::ToLong(long * val, int base = 10) const -->
|
||||
|
|
Loading…
Reference in New Issue