We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9221570 commit 8d379a8Copy full SHA for 8d379a8
1 file changed
cfg/wxwidgets.cfg
@@ -7408,4 +7408,14 @@
7408
<returnValue type="void"/>
7409
<arg nr="1"/>
7410
</function>
7411
+ <!-- void wxSpinCtrlDouble::Enable( bool enable = true ) -->
7412
+ <!-- void wxToggleButton::Enable( bool enable = true ) -->
7413
+ <!-- void wxStaticText::Enable( bool enable = true ) -->
7414
+ <function name="wxSpinCtrlDouble::Enable,wxToggleButton::Enable,wxStaticText::Enable">
7415
+ <noreturn>false</noreturn>
7416
+ <returnValue type="void"/>
7417
+ <arg nr="1" default="true">
7418
+ <not-uninit/>
7419
+ </arg>
7420
+ </function>
7421
</def>
0 commit comments