Skip to content

Commit 8d379a8

Browse files
committed
wxwidgets.cfg: Added support for more interfaces.
1 parent 9221570 commit 8d379a8

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
@@ -7408,4 +7408,14 @@
74087408
<returnValue type="void"/>
74097409
<arg nr="1"/>
74107410
</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>
74117421
</def>

0 commit comments

Comments
 (0)