wxwidgets.cfg: Added support for wxString::Strip().

This commit is contained in:
orbitcowboy 2018-08-10 13:15:14 +02:00
parent 3805af18a2
commit 576418e17d
1 changed files with 8 additions and 0 deletions

View File

@ -1419,6 +1419,14 @@
<not-null/>
</arg>
</function>
<!-- wxString wxString::Strip (stripType s =trailing) const -->
<function name="wxString::Strip">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString"/>
<arg nr="1"/>
<warn severity="style">This is the same as wxString::Trim() except that it doesn't change this string. This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
</function>
<!-- bool wxString::ToLong(long * val, int base = 10) const -->
<!-- bool wxString::ToCLong(long * val, int base = 10) const -->
<!-- bool wxString::ToLongLong(long long * val, int base = 10) const -->