wxwidgets.cfg: Added support for some wxSpinCtrlDouble functions.

This commit is contained in:
orbitcowboy 2017-09-21 11:29:59 +02:00
parent aa38556e1c
commit fbb5c3b942
1 changed files with 81 additions and 0 deletions

View File

@ -212,6 +212,87 @@
<not-bool/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
<!-- unsigned int wxSpinCtrlDouble::GetDigits() const-->
<function name="wxSpinCtrlDouble::GetDigits">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="unsigned int"/>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
<!-- double wxSpinCtrlDouble::GetIncrement() const-->
<function name="wxSpinCtrlDouble::GetIncrement">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="double"/>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
<!-- double wxSpinCtrlDouble::GetMax() const-->
<function name="wxSpinCtrlDouble::GetMax">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="double"/>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
<!-- double wxSpinCtrlDouble::GetMin() const-->
<function name="wxSpinCtrlDouble::GetMin">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="double"/>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
<!-- double wxSpinCtrlDouble::GetValue() const-->
<function name="wxSpinCtrlDouble::GetValue">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="double"/>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
<!-- void wxSpinCtrlDouble::SetDigits ( unsigned int digits ) -->
<function name="wxSpinCtrlDouble::SetDigits">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<valid>0:</valid>
<not-uninit/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
<!-- void wxSpinCtrlDouble::SetIncrement ( double inc ) -->
<function name="wxSpinCtrlDouble::SetIncrement">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<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">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</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 )-->
<function name="wxSpinCtrlDouble::SetValue">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_slider.html -->
<!-- int wxSlider::GetLineSize () const -->
<!-- int wxSlider::GetMax () const -->