wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-01-06 19:57:42 +01:00
parent d9b8581728
commit a55892d61d
1 changed files with 11 additions and 2 deletions

View File

@ -9628,7 +9628,8 @@
</function>
<!-- void wxDC::SetBackgroundMode(int mode) -->
<!-- void wxBufferedDC::SetBackgroundMode(int mode) -->
<function name="wxDC::SetBackgroundMode,wxBufferedDC::SetBackgroundMode">
<!-- void wxGCDC::SetBackgroundMode(int mode) -->
<function name="wxDC::SetBackgroundMode,wxBufferedDC::SetBackgroundMode,wxGCDC::SetBackgroundMode">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
@ -12457,12 +12458,20 @@
<!-- virtual void wxFileDialog::SetPath(const wxString &str); -->
<!-- virtual void wxFileDialog::SetFilename(const wxString &str); -->
<!-- virtual void wxFileDialog::SetWildcard(const wxString &str); -->
<function name="wxFileDialog::SetMessage,wxFileDialog::SetPath,wxFileDialog::SetFilename,wxFileDialog::SetWildcard">
<!-- virtual void wxFileDialog::SetDirectory(const wxString &str); -->
<function name="wxFileDialog::SetMessage,wxFileDialog::SetPath,wxFileDialog::SetFilename,wxFileDialog::SetWildcard,wxFileDialog::SetDirectory">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- virtual bool wxFont::SetFaceName(const wxString &str); -->
<function name="wxFont::SetFaceName">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- static int wxSystemSettings::GetMetric(wxSystemMetric index, wxWindow * win = NULL) -->
<function name="wxSystemSettings::GetMetric">
<noreturn>false</noreturn>