wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
3bd431fcc2
commit
8869cb1c09
|
@ -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) -->
|
||||
|
|
Loading…
Reference in New Issue