wxwidgets.cfg: Added more interfaces.

This commit is contained in:
orbitcowboy 2019-01-31 13:05:23 +01:00
parent de8c0ff0e0
commit 37727057e3
1 changed files with 15 additions and 0 deletions

View File

@ -6783,4 +6783,19 @@
<not-uninit/>
</arg>
</function>
<!-- void wxRect::SetX( int xx ) -->
<!-- void wxRect::SetY( int yy ) -->
<function name="wxRect::SetX,wxRect::SetY">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- int wxImageList::Add( const wxBitmap & bitmap, const wxBitmap & mask = wxNullBitmap ) -->
<function name="wxImageList::Add">
<noreturn>false</noreturn>
<returnValue type="int"/>
<arg nr="2" default="wxNullBitmap"/>
</function>
</def>