wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-08 20:27:12 +01:00
parent 9221570cfc
commit 8d379a8f31
1 changed files with 10 additions and 0 deletions

View File

@ -7408,4 +7408,14 @@
<returnValue type="void"/>
<arg nr="1"/>
</function>
<!-- void wxSpinCtrlDouble::Enable( bool enable = true ) -->
<!-- void wxToggleButton::Enable( bool enable = true ) -->
<!-- void wxStaticText::Enable( bool enable = true ) -->
<function name="wxSpinCtrlDouble::Enable,wxToggleButton::Enable,wxStaticText::Enable">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" default="true">
<not-uninit/>
</arg>
</function>
</def>