wxwidgets.cfg: Added support for some wxSlider functions.

This commit is contained in:
orbitcowboy 2017-08-03 10:34:16 +02:00
parent bf9980b7e0
commit 3c7f6cf9c8
1 changed files with 16 additions and 0 deletions

View File

@ -212,6 +212,22 @@
<not-bool/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_slider.html -->
<!-- int wxSlider::GetLineSize () const -->
<!-- int wxSlider::GetMax () const -->
<!-- int wxSlider::GetMin () const -->
<!-- int wxSlider::GetPageSize () const -->
<!-- int wxSlider::GetSelEnd () const -->
<!-- int wxSlider::GetSelStart () const -->
<!-- int wxSlider::GetThumbLength () const -->
<!-- int wxSlider::GetTickFreq () const -->
<!-- int wxSlider::GetValue () const -->
<function name="wxSlider::GetLineSize,wxSlider::GetMax,wxSlider::GetMin,wxSlider::GetPageSize,wxSlider::GetSelEnd,wxSlider::GetSelStart,wxSlider::GetThumbLength,wxSlider::GetTickFreq,wxSlider::GetValue">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="int"/>
</function>
<!-- Override macros which don't necessarily require semicolons at the end -->
<define name="DECLARE_CLASS(n)" value=""/>
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>