wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-12 11:39:18 +01:00
parent 3b9fb54104
commit 9047751de0
1 changed files with 22 additions and 0 deletions

View File

@ -8937,4 +8937,26 @@
<not-uninit/>
</arg>
</function>
<!-- void wxRect::Offset( wxCoord dx, wxCoord dy ) -->
<function name="wxRect::Offset">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxRect::SetLeftBottom( const wxPoint & p ) -->
<!-- void wxRect::SetLeftTop( const wxPoint & p ) -->
<!-- void wxRect::SetRightBottom( const wxPoint & p ) -->
<!-- void wxRect::SetRightTop( const wxPoint & p ) -->
<function name="wxRect::SetLeftBottom,wxRect::SetLeftBottom,wxRect::SetRightBottom,wxRect::SetRightTop">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
</def>