wxwidgets.cfg: Added support for wxString::CmpNoCase()
This commit is contained in:
parent
456f1c60c4
commit
49d1383ff4
|
@ -7694,6 +7694,14 @@
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- int wxString::CmpNoCase( const wxString & s ) const -->
|
||||||
|
<function name="wxString::CmpNoCase">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="int"/>
|
||||||
|
<const/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
</function>
|
||||||
<!-- bool wxTextCtrl::SetDefaultStyle( const wxTextAttr & style ) -->
|
<!-- bool wxTextCtrl::SetDefaultStyle( const wxTextAttr & style ) -->
|
||||||
<function name="wxTextCtrl::SetDefaultStyle">
|
<function name="wxTextCtrl::SetDefaultStyle">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue