wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-09-19 08:03:12 +02:00
parent d97c826319
commit f5d874955c
1 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,7 @@
<define name="wxStaticCast(p,classname)" value="static_cast&lt;(classname)&gt;(p)"/>
<define name="wx_reinterpret_cast(t,x)" value="reinterpret_cast&lt;t&gt;(x)"/>
<define name="wxEVENT_HANDLER_CAST( functype, func )" value="reinterpret_cast&lt;functype&gt;(&amp;func);"/>
<define name="wxDLG_UNIT(parent,pt)" value="parent-&lt;ConvertDialogToPixels(pt)"/>
<define name="wxDL_INIT_FUNC(pfx, name, dynlib)" value=""/>
<define name="wxDL_INIT_FUNC_AW(pfx, name, dynlib)" value=""/>
<define name="wxDYNLIB_FUNCTION(type, name, dynlib)" value=""/>
@ -11077,6 +11078,17 @@
<valid>0:</valid>
</arg>
</function>
<!--wxPoint wxWindow::ConvertDialogToPixels(const wxPoint & pt) const -->
<!--wxSize wxWindow::ConvertDialogToPixels(const wxSize & sz) const -->
<!--wxPoint wxWindow::ConvertPixelsToDialog(const wxPoint & pt) const -->
<!--wxSize wxWindow::ConvertPixelsToDialog(const wxSize & sz) const -->
<function name="wxWindow::ConvertDialogToPixels,wxWindow::ConvertPixelsToDialog">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<use-retval/>
<arg nr="1" direction="in"/>
</function>
<!--wxSizerFlags& wxSizerFlags::Border(int direction, int borderinpixels) -->
<function name="wxSizerFlags::Border">
<noreturn>false</noreturn>