wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
af6e76d623
commit
7924fbc13e
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in New Issue