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

This commit is contained in:
orbitcowboy 2020-12-20 15:14:11 +01:00
parent 8d00505cfc
commit 96bb7913d5
1 changed files with 12 additions and 0 deletions

View File

@ -11095,6 +11095,18 @@
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
<!-- wxWindow * wxGetTopLevelParent( wxWindowBase * win ) -->
<function name="wxGetTopLevelParent">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxWindow *"/>
<use-retval/>
<!-- wxWindowBase * win -->
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
</function>
<!-- wxString wxDateTime::Format(const wxString & format = wxDefaultDateTimeFormat, const TimeZone & tz = Local ) const-->
<function name="wxDateTime::Format">
<leak-ignore/>