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