wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-03 17:46:55 +01:00
parent 0c6733ad1e
commit 7f506517ee
1 changed files with 12 additions and 2 deletions

View File

@ -6984,20 +6984,30 @@
</arg>
</function>
<!-- wxString & wxString::Append (const char *psz) -->
<!-- wxString & wxString:: Append (const wchar_t *pwz) -->
<!-- wxString & wxString::Append (const wchar_t *pwz) -->
<!-- wxString & wxString::Append (const char *psz, size_t nLen) (*)-->
<!-- wxString & wxString::Append (const wchar_t *pwz, size_t nLen) (*)-->
<!-- wxString & wxString::Append (const wxString &s) (+)-->
<!-- wxString & wxString::Append (wxUniChar ch, size_t count=1u) (*)-->
<function name="wxString::Appendt">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<returnValue type="wxString &amp;"/>
<arg nr="1">
<!-- <not-uninit/> Avoid FPs (+)-->
<not-null/>
</arg>
<!--(*) 2.arg version not supported -->
</function>
<!-- void wxStyledTextCtrl::MarkerSetForeground( int markerNumber, const wxColour & fore ) -->
<!-- void wxStyledTextCtrl::MarkerSetBackground( int markerNumber, const wxColour & fore ) -->
<function name="wxStyledTextCtrl::MarkerSetForeground,wxStyledTextCtrl::MarkerSetBackground">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2"/>
</function>
<!--static wxWindow* wxWindow::FindWindowById(long id, const wxWindow * parent = 0) -->
<function name="wxWindow::FindWindowById">
<noreturn>false</noreturn>