Skip to content

Commit adab48a

Browse files
committed
wxwidgets.cfg: Improved support for wxSpinCtrl getters.
1 parent 9787f2d commit adab48a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,16 @@
186186
<not-bool/>
187187
</arg>
188188
</function>
189+
<!-- http://docs.wxwidgets.org/trunk/classwx_spin_ctrl.html#a1db15e6f350f71f2fcba821ce69a531c -->
190+
<!-- int wxSpinCtrl::GetMax() const -->
191+
<!-- int wxSpinCtrl::GetMin() const -->
192+
<!-- int wxSpinCtrl::GetBase() const -->
193+
<!-- int wxSpinCtrl::GetValue() const -->
194+
<function name="wxSpinCtrl::GetMax,wxSpinCtrl::GetMin,wxSpinCtrl::GetBase,wxSpinCtrl::GetValue">
195+
<noreturn>false</noreturn>
196+
<leak-ignore/>
197+
<returnValue type="int"/>
198+
</function>
189199
<!-- Override macros which don't necessarily require semicolons at the end -->
190200
<define name="DECLARE_CLASS(n)" value=""/>
191201
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>

0 commit comments

Comments
 (0)