wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-05-17 10:11:51 +02:00
parent 9382ebf9d8
commit 5c12602596
1 changed files with 20 additions and 0 deletions

View File

@ -9196,6 +9196,20 @@
<not-bool/>
</arg>
</function>
<!-- "void wxArrayString::insert()" is identical to https://en.cppreference.com/w/cpp/container/vector/insert -->
<!-- Return value type is "iterator" or "void" depending on the overloaded function. -->
<function name="wxArrayString::insert">
<noreturn>false</noreturn>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2" default="0">
<not-uninit/>
</arg>
<arg nr="3" default="0">
<not-uninit/>
</arg>
</function>
<!-- int wxArrayString::Index(const wxString & sz, bool bCase = true, bool bFromEnd = false) const -->
<function name="wxArrayString::Index">
<noreturn>false</noreturn>
@ -13817,4 +13831,10 @@
<valid>0:</valid>
</arg>
</function>
<!-- virtual void wxWizard::SetPageSize(const wxSize & sizePage) -->
<function name="wxWizard::SetPageSize">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
</def>