wxwidgets.cfg: Added support for wxVariant::IsNull().
This commit is contained in:
parent
7d63bdee6f
commit
27a1d26c91
|
@ -7306,6 +7306,14 @@
|
||||||
<const/>
|
<const/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
</function>
|
</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::SetHeight(int height)-->
|
||||||
<!-- void wxSize::SetWidth(int width)-->
|
<!-- void wxSize::SetWidth(int width)-->
|
||||||
<function name="wxSize::SetHeight,wxSize::SetWidth">
|
<function name="wxSize::SetHeight,wxSize::SetWidth">
|
||||||
|
|
Loading…
Reference in New Issue