wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-01-06 20:59:15 +01:00
parent a821633729
commit 8777bc6975
1 changed files with 7 additions and 0 deletions

View File

@ -10251,6 +10251,13 @@
<returnValue type="bool"/>
<arg nr="any" direction="in"/>
</function>
<!-- virtual bool wxHtmlWindow::SetPage (const wxSize& source) -->
<function name="wxHtmlWindow::SetPage">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="bool"/>
<arg nr="1" direction="in"/>
</function>
<!-- wxToolBarToolBase* wxToolBar::AddTool(int toolId, const wxString & label, const wxBitmap & bitmap, const wxString & shortHelp = wxEmptyString, wxItemKind kind = wxITEM_NORMAL) -->
<function name="wxToolBar::AddTool">
<leak-ignore/>