wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
8cf15bf541
commit
8647e644a5
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue