Skip to content

Commit 26f6568

Browse files
committed
wxwidgets.cfg: Added support for wxSpinCtrl::SetBase().
1 parent ad14d43 commit 26f6568

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,19 @@
196196
<leak-ignore/>
197197
<returnValue type="int"/>
198198
</function>
199+
<!-- http://docs.wxwidgets.org/trunk/classwx_spin_ctrl.html#a1db15e6f350f71f2fcba821ce69a531c -->
200+
<!-- bool wxSpinCtrl::SetBase (int base)-->
201+
<function name="wxSpinCtrl::SetBase">
202+
<noreturn>false</noreturn>
203+
<leak-ignore/>
204+
<returnValue type="bool"><![CDATA[arg1==10 || arg1==16]]></returnValue>
205+
<arg nr="1">
206+
<formatstr/>
207+
<valid>10,16</valid>
208+
<not-uninit/>
209+
<not-bool/>
210+
</arg>
211+
</function>
199212
<!-- Override macros which don't necessarily require semicolons at the end -->
200213
<define name="DECLARE_CLASS(n)" value=""/>
201214
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>

0 commit comments

Comments
 (0)