wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-06-03 07:18:49 +02:00
parent 8cf15bf541
commit 8647e644a5
1 changed files with 8 additions and 0 deletions

View File

@ -7735,6 +7735,14 @@
<arg nr="1" direction="in"/>
<arg nr="2" direction="in"/>
</function>
<!-- bool wxWindow::ProcessWindowEvent(wxEvent & event) -->
<!-- bool wxWindow::ProcessWindowEventLocally(wxEvent & event) -->
<function name="wxWindow::ProcessWindowEvent,wxWindow::ProcessWindowEventLocally">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxFileName::MakeAbsolute(const wxString & pathBase = wxEmptyString, wxPathFormat format = wxPATH_NATIVE) -->
<!-- bool wxFileName::MakeRelativeTo(const wxString & pathBase = wxEmptyString, wxPathFormat format = wxPATH_NATIVE) -->
<function name="wxFileName::MakeRelativeTo,wxFileName::MakeAbsolute">