wxWidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
2c052fdf60
commit
890d11ccf2
|
@ -7432,6 +7432,15 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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) -->
|
<!-- void wxEvent::SetEventObject(wxObject *object) -->
|
||||||
<function name="wxEvent::SetEventObject,wxCommandEvent::SetEventObject">
|
<function name="wxEvent::SetEventObject,wxCommandEvent::SetEventObject">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue