wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
8d00505cfc
commit
96bb7913d5
|
@ -11095,6 +11095,18 @@
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</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-->
|
<!-- wxString wxDateTime::Format(const wxString & format = wxDefaultDateTimeFormat, const TimeZone & tz = Local ) const-->
|
||||||
<function name="wxDateTime::Format">
|
<function name="wxDateTime::Format">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue