wxwidgets.cfg: Added support for some wxSpinCtrlDouble functions.
This commit is contained in:
parent
aa38556e1c
commit
fbb5c3b942
|
@ -212,6 +212,87 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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 -->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_slider.html -->
|
||||||
<!-- int wxSlider::GetLineSize () const -->
|
<!-- int wxSlider::GetLineSize () const -->
|
||||||
<!-- int wxSlider::GetMax () const -->
|
<!-- int wxSlider::GetMax () const -->
|
||||||
|
|
Loading…
Reference in New Issue