wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
a821633729
commit
8777bc6975
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue