wxwidgets.cfg: Added support for wxVariant::IsNull().

This commit is contained in:
orbitcowboy 2019-09-02 09:48:24 +02:00
parent 7d63bdee6f
commit 27a1d26c91
1 changed files with 8 additions and 0 deletions

View File

@ -7306,6 +7306,14 @@
<const/>
<use-retval/>
</function>
<!-- bool wxVariant::IsNull() const -->
<function name="wxStaticText::GetPosition">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<const/>
<use-retval/>
</function>
<!-- void wxSize::SetHeight(int height)-->
<!-- void wxSize::SetWidth(int width)-->
<function name="wxSize::SetHeight,wxSize::SetWidth">