wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-04 08:08:08 +01:00
parent 8e85aef4ea
commit b0454252b0
1 changed files with 15 additions and 2 deletions

View File

@ -4856,7 +4856,7 @@
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
<!-- virtual void SetSelection (int n) -->
<!-- virtual void wxRadioBox::SetSelection (int n) -->
<function name="wxRadioBox::SetSelection">
<noreturn>false</noreturn>
<leak-ignore/>
@ -4864,8 +4864,21 @@
<not-uninit/>
</arg>
</function>
<!-- virtual void wxTextEntry::SetSelection (long from, long to) -->
<!-- virtual void wxTextCtrl::SetSelection (long from, long to) -->
<!-- virtual void wxSpinCtrl::SetSelection (long from, long to) -->
<function name="wxTextEntry::SetSelection,wxTextCtrl::SetSelection,wxSpinCtrl::SetSelection">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
<!-- virtual bool Show (unsigned int item, bool show=true) -->
<!-- virtual bool Show (unsigned int item, bool show=true) -->
<function name="wxRadioBox::Show">
<noreturn>false</noreturn>
<leak-ignore/>