wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
3bef07f32f
commit
6b1e324df0
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue