wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
d97c826319
commit
f5d874955c
|
@ -33,6 +33,7 @@
|
|||
<define name="wxStaticCast(p,classname)" value="static_cast<(classname)>(p)"/>
|
||||
<define name="wx_reinterpret_cast(t,x)" value="reinterpret_cast<t>(x)"/>
|
||||
<define name="wxEVENT_HANDLER_CAST( functype, func )" value="reinterpret_cast<functype>(&func);"/>
|
||||
<define name="wxDLG_UNIT(parent,pt)" value="parent-<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>
|
||||
|
|
Loading…
Reference in New Issue