wxwidgets.cfg: Added support for wxString::Strip().
This commit is contained in:
parent
3805af18a2
commit
576418e17d
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue