wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-17 14:13:37 +01:00
parent 3bef07f32f
commit 6b1e324df0
1 changed files with 5 additions and 5 deletions

View File

@ -4639,9 +4639,9 @@
<not-uninit/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
<!-- void wxSpinCtrlDouble::SetRange ( double minVal, double maxVal) -->
<function name="wxSpinCtrlDouble::SetRange">
<!-- void wxSpinCtrlDouble::SetRange(double minVal, double maxVal) -->
<!-- void wxSpinCtrl::SetRange(int minVal, int maxVal) -->
<function name="wxSpinCtrlDouble::SetRange,wxSpinCtrl::SetRange">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
@ -4652,8 +4652,8 @@
</arg>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
<!-- virtual void wxSpinCtrlDouble::SetValue ( const wxString & text )-->
<!-- void wxSpinCtrlDouble::SetValue ( double value )-->
<!-- virtual void wxSpinCtrlDouble::SetValue(const wxString & text)-->
<!-- void wxSpinCtrlDouble::SetValue(double value)-->
<function name="wxSpinCtrlDouble::SetValue">
<noreturn>false</noreturn>
<leak-ignore/>