wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-25 15:34:17 +01:00
parent 3bd431fcc2
commit 8869cb1c09
1 changed files with 9 additions and 0 deletions

View File

@ -6066,6 +6066,15 @@
</arg>
<arg nr="2" direction="in"/>
</function>
<!-- void wxStringTokenizer::SetString(const wxString & str, const wxString & delims = wxDEFAULT_DELIMITERS, wxStringTokenizerMode mode = wxTOKEN_DEFAULT) -->
<function name="wxStringTokenizer::SetString">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in" default="wxDEFAULT_DELIMITERS"/>
<arg nr="3" direction="in" default="wxTOKEN_DEFAULT"/>
</function>
<!-- virtual void wxTextEntry::SetSelection (long from, long to) -->
<!-- virtual void wxTextEntry::SetSelection (int n) -->
<!-- virtual void wxRadioBox::SetSelection (int n) -->