wxwidgets.cfg: Added support for some wxSlider functions.
This commit is contained in:
parent
bf9980b7e0
commit
3c7f6cf9c8
|
@ -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=""/>
|
||||
|
|
Loading…
Reference in New Issue