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