wxwidgets.cfg: Improved support for wxSpinCtrl getters.
This commit is contained in:
parent
9787f2dadb
commit
adab48a0e1
|
@ -186,6 +186,16 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</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 -->
|
||||
<define name="DECLARE_CLASS(n)" value=""/>
|
||||
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>
|
||||
|
|
Loading…
Reference in New Issue