wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
27bbcde2f1
commit
77b23a5555
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue