wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-20 15:10:16 +01:00
parent e6f9636757
commit 8d00505cfc
1 changed files with 8 additions and 0 deletions

View File

@ -11087,6 +11087,14 @@
<returnValue type="wxString"/>
<use-retval/>
</function>
<!-- void wxListItem::SetText( const wxString & text ) -->
<!-- void wxListItem::SetTextColour( const wxColour & colText ) -->
<function name="wxListItem::SetText,wxListItem::SetTextColour">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
<!-- wxString wxDateTime::Format(const wxString & format = wxDefaultDateTimeFormat, const TimeZone & tz = Local ) const-->
<function name="wxDateTime::Format">
<leak-ignore/>