wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
9382ebf9d8
commit
5c12602596
|
@ -9196,6 +9196,20 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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 -->
|
<!-- int wxArrayString::Index(const wxString & sz, bool bCase = true, bool bFromEnd = false) const -->
|
||||||
<function name="wxArrayString::Index">
|
<function name="wxArrayString::Index">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -13817,4 +13831,10 @@
|
||||||
<valid>0:</valid>
|
<valid>0:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue