We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad14d43 commit 26f6568Copy full SHA for 26f6568
1 file changed
cfg/wxwidgets.cfg
@@ -196,6 +196,19 @@
196
<leak-ignore/>
197
<returnValue type="int"/>
198
</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>
212
<!-- Override macros which don't necessarily require semicolons at the end -->
213
<define name="DECLARE_CLASS(n)" value=""/>
214
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>
0 commit comments