wxwidgets.cfg: Added more interfaces.
This commit is contained in:
parent
de8c0ff0e0
commit
37727057e3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue