wxWidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-16 11:46:24 +01:00
parent ba2a58ea89
commit 2c052fdf60
1 changed files with 17 additions and 0 deletions

View File

@ -7432,6 +7432,23 @@
<not-uninit/>
</arg>
</function>
<!-- void wxEvent::SetEventObject(wxObject *object) -->
<function name="wxEvent::SetEventObject,wxCommandEvent::SetEventObject">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
</function>
<!-- void wxCommandEvent::SetString(const wxString &sr) -->
<function name="wxCommandEvent::SetString">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
<!-- virtual wxString wxColour::GetAsString(long flags = wxC2S_NAME|wxC2S_CSS_SYNTAX) const -->
<function name="wxColour::GetAsString">
<noreturn>false</noreturn>