wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
e6f9636757
commit
8d00505cfc
|
@ -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/>
|
||||
|
|
Loading…
Reference in New Issue