wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-01-31 09:19:44 +01:00
parent 27bbcde2f1
commit 77b23a5555
1 changed files with 30 additions and 0 deletions

View File

@ -6753,4 +6753,34 @@
<not-uninit/>
</arg>
</function>
<!-- void wxStyledTextCtrl::StyleSetForeground( int style, const wxColour & fore ) -->
<function name="wxStyledTextCtrl::StyleSetForeground">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2"/>
</function>
<!-- wxString wxString::AfterFirst( wxUniChar ch ) -->
<!-- wxString wxString::AfterLast( wxUniChar ch ) -->
<function name="wxString::AfterFirst,wxString::AfterLast">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!--static wxWindow* wxWindow::FindWindowById(long id, const wxWindow * parent = 0) -->
<function name="wxWindow::FindWindowById">
<noreturn>false</noreturn>
<returnValue type="wxWindow*"/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2" default="0">
<not-uninit/>
</arg>
</function>
</def>