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

@ -6991,13 +6991,23 @@
<!-- wxString & wxString::Append (wxUniChar ch, size_t count=1u) (*)--> <!-- wxString & wxString::Append (wxUniChar ch, size_t count=1u) (*)-->
<function name="wxString::Appendt"> <function name="wxString::Appendt">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<returnValue type="wxString"/> <returnValue type="wxString &amp;"/>
<arg nr="1"> <arg nr="1">
<!-- <not-uninit/> Avoid FPs (+)--> <!-- <not-uninit/> Avoid FPs (+)-->
<not-null/> <not-null/>
</arg> </arg>
<!--(*) 2.arg version not supported --> <!--(*) 2.arg version not supported -->
</function> </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) --> <!--static wxWindow* wxWindow::FindWindowById(long id, const wxWindow * parent = 0) -->
<function name="wxWindow::FindWindowById"> <function name="wxWindow::FindWindowById">
<noreturn>false</noreturn> <noreturn>false</noreturn>