wxwidgets.cfg: Added support for wxDC:DrawBitmap().

This commit is contained in:
orbitcowboy 2019-01-18 15:51:30 +01:00
parent bbc2bcb7a8
commit 2ae9ba60bf
1 changed files with 9 additions and 0 deletions

View File

@ -1952,6 +1952,15 @@
<leak-ignore/>
<arg nr="1"/>
</function>
<!-- @todo: void DrawBitmap (const wxBitmap &bitmap, wxCoord x, wxCoord y, bool useMask=false) -->
<!-- void DrawBitmap (const wxBitmap &bmp, const wxPoint &pt, bool useMask=false) -->
<function name="wxDC::DrawBitmap">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="3" default="false">
<not-uninit/>
</arg>
</function>
<define name="wxOVERRIDE" value="override"/>
<define name="wxEXPLICIT" value="explicit"/>
<define name="WXSIZEOF(array)" value="(sizeof(array)/sizeof(array[0]))"/>