wxwidgets.cfg: Improved support for wxSpinCtrl getters.

This commit is contained in:
orbitcowboy 2017-07-26 12:05:52 +02:00
parent 9787f2dadb
commit adab48a0e1
1 changed files with 10 additions and 0 deletions

View File

@ -186,6 +186,16 @@
<not-bool/> <not-bool/>
</arg> </arg>
</function> </function>
<!-- http://docs.wxwidgets.org/trunk/classwx_spin_ctrl.html#a1db15e6f350f71f2fcba821ce69a531c -->
<!-- int wxSpinCtrl::GetMax() const -->
<!-- int wxSpinCtrl::GetMin() const -->
<!-- int wxSpinCtrl::GetBase() const -->
<!-- int wxSpinCtrl::GetValue() const -->
<function name="wxSpinCtrl::GetMax,wxSpinCtrl::GetMin,wxSpinCtrl::GetBase,wxSpinCtrl::GetValue">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>
</function>
<!-- Override macros which don't necessarily require semicolons at the end --> <!-- Override macros which don't necessarily require semicolons at the end -->
<define name="DECLARE_CLASS(n)" value=""/> <define name="DECLARE_CLASS(n)" value=""/>
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/> <define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>