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