wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-05-16 21:27:52 +02:00
parent 1d2c6176da
commit 10c07c6284
1 changed files with 16 additions and 0 deletions

View File

@ -7554,6 +7554,22 @@
<not-bool/>
</arg>
</function>
<!-- wxString& wxString::erase (wxString::size_type pos = 0, size_type n = wxString::npos) -->
<!-- wxString::iterator wxString::erase (wxString::iterator first, wxString::iterator last); -->
<!-- wxString::iterator wxString::erase (wxString::iterator first) -->
<function name="std::string::erase,std::wstring::erase,std::basic_string::erase">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<arg nr="1" direction="in" default="0">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in" default="wxString::npos">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxWindow::SetToolTip(const wxString & tipString) -->
<!-- void wxCheckBox::SetToolTip(const wxString & tipString) -->
<!-- void wxButton::SetToolTip(const wxString & tipString) -->