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