wxWidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-16 11:50:17 +01:00
parent 2c052fdf60
commit 890d11ccf2
1 changed files with 9 additions and 0 deletions

View File

@ -7432,6 +7432,15 @@
<not-uninit/>
</arg>
</function>
<!-- void wxColour::Set(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=wxALPHA_OPAQUE) -->
<!-- void wxColour::Set(unsigned long RGB)-->
<!-- void wxColour::Set(const wxString &str)-->
<function name="wxColour::Set">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="any" direction="in"/>
</function>
<!-- void wxEvent::SetEventObject(wxObject *object) -->
<function name="wxEvent::SetEventObject,wxCommandEvent::SetEventObject">
<noreturn>false</noreturn>