wxwidgets.cfg: Added support for wxDC:DrawBitmap().
This commit is contained in:
parent
bbc2bcb7a8
commit
2ae9ba60bf
|
@ -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]))"/>
|
||||
|
|
Loading…
Reference in New Issue