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

This commit is contained in:
orbitcowboy 2020-12-22 10:12:47 +01:00
parent 280dcedfa4
commit 6e9adc65d6
1 changed files with 8 additions and 0 deletions

View File

@ -7065,6 +7065,14 @@
</arg>
<warn severity="style">This function is deprecated. Please use 'wxFileName::SplitPath()' instead.</warn>
</function>
<!-- bool wxControlBase::SetLabelMarkup( const wxString & markup ) -->
<!-- bool wxStaticText::SetLabelMarkup( const wxString & markup ) -->
<function name="wxControlBase::SetLabelMarkup,wxStaticText::SetLabelMarkup">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</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)-->