wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
9221570cfc
commit
8d379a8f31
|
@ -7408,4 +7408,14 @@
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
</function>
|
</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>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue