wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-06-15 09:42:26 +02:00
parent 67d73ecf86
commit f8c37e771c
1 changed files with 2 additions and 1 deletions

View File

@ -9085,7 +9085,8 @@
</arg>
</function>
<!-- virtual void wxSlider::SetRange(int minValue, int maxValue) -->
<function name="wxSlider::SetRange">
<!-- virtual void wxIntegerValidator::SetRange(ValueType minValue, ValueType maxValue) -->
<function name="wxSlider::SetRange,wxIntegerValidator::SetRange">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>