wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-18 14:07:11 +01:00
parent a7b9d8de1b
commit fa7a2ecd5a
1 changed files with 12 additions and 0 deletions

View File

@ -4225,6 +4225,7 @@
<define name="wxFloat64" value="double"/>
<define name="wxDouble" value="double"/>
<define name="wxWindowID" value="int"/>
<define name="wxNotebookPage" value="wxWindow"/>
<define name="wxArtClient" value="wxString"/>
<define name="wxArtID" value="wxString"/>
<define name="wxNullPtr" value="nullptr"/>
@ -7333,6 +7334,17 @@
</arg>
<!--(*) 2.arg version not supported -->
</function>
<!-- wxWindow * wxWindowBase::FindWindow(long id) const -->
<!-- wxWindow * wxWindowBase::FindWindow(const wxString & name) const -->
<!-- wxWindow * wxWindow::FindWindow(long id) const -->
<!-- wxWindow * wxWindow::FindWindow(const wxString & name) const -->
<function name="wxWindowBase::FindWindow,wxWindow::FindWindow">
<noreturn>false</noreturn>
<returnValue type="wxWindow *"/>
<use-retval/>
<const/>
<arg nr="1"/>
</function>
<!--static wxWindow* wxWindow::FindWindowById(long id, const wxWindow * parent = 0) -->
<function name="wxWindow::FindWindowById">
<leak-ignore/>