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

This commit is contained in:
orbitcowboy 2020-12-22 10:09:04 +01:00
parent 178c5dd402
commit 280dcedfa4
1 changed files with 27 additions and 0 deletions

View File

@ -7065,6 +7065,22 @@
</arg>
<warn severity="style">This function is deprecated. Please use 'wxFileName::SplitPath()' instead.</warn>
</function>
<!-- static void wxFileName::SplitPath(const wxString & fullpath, wxString * volume, wxString * path, wxString * name, wxString * ext, bool * hasExt = NULL, wxPathFormat format = wxPATH_NATIVE ) -->
<!-- static void wxFileName::SplitPath(const wxString & fullpath, wxString * volume, wxString * path, wxString * name, wxString * ext, wxPathFormat format)-->
<!-- static void wxFileName::SplitPath(const wxString & fullpath, wxString * path , wxString * name, wxString * ext , wxPathFormat format = wxPATH_NATIVE)-->
<function name="wxFileName::SplitPath">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString"/>
<use-retval/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="out"/>
<arg nr="3" direction="out"/>
<arg nr="4" direction="out"/>
<arg nr="5" default="wxPATH_NATIVE"/>
<arg nr="6" default="NULL"/>
<arg nr="7" default="wxPATH_NATIVE"/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_sizer_item.html#a83baa6835015e9ccd71ba290883db4f5-->
<!-- void wxSizerItem::SetWindow(wxWindow * window)-->
<function name="wxSizerItem::SetWindow">
@ -8996,6 +9012,17 @@
<not-bool/>
</arg>
</function>
<!-- void wxListBox::SetString( unsigned int n, const wxString & s ) -->
<function name="wxListBox::SetString">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>0:</valid>
</arg>
<arg nr="2" direction="in"/>
</function>
<!-- virtual void wxListBox::SetSelection(int n) -->
<function name="wxListBox::SetSelection">
<noreturn>false</noreturn>