wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
8e85aef4ea
commit
b0454252b0
|
@ -4856,7 +4856,7 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||||
<!-- virtual void SetSelection (int n) -->
|
<!-- virtual void wxRadioBox::SetSelection (int n) -->
|
||||||
<function name="wxRadioBox::SetSelection">
|
<function name="wxRadioBox::SetSelection">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -4864,8 +4864,21 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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 -->
|
<!-- 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">
|
<function name="wxRadioBox::Show">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue