wxwdigets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2021-10-06 09:17:02 +02:00
parent 25eb0ab5bc
commit 80a0ef5d7e
1 changed files with 69 additions and 0 deletions

View File

@ -7088,6 +7088,75 @@
</arg> </arg>
<warn severity="style">This function is deprecated and kept mostly for backwards compatibility. Please override 'wxApp::MacOpenFiles' method instead in any new code.</warn> <warn severity="style">This function is deprecated and kept mostly for backwards compatibility. Please override 'wxApp::MacOpenFiles' method instead in any new code.</warn>
</function> </function>
<!-- wxArchitecture wxPlatformInfo::GetArchitecture ( ) const -->
<function name="wxPlatformInfo::GetArchitecture">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="wxArchitecture"/>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead. </warn>
</function>
<!-- static wxArchitecture wxPlatformInfo::GetArch (const wxString &arch ) -->
<function name="wxPlatformInfo::GetArch">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<pure/>
<arg nr="1" direction="in"/>
<returnValue type="wxArchitecture"/>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead. </warn>
</function>
<!-- void wxPGProperty::AddChild ( wxPGProperty * prop) -->
<function name="wxPGProperty::AddChild">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="in">
<not-null/>
<not-uninit/>
</arg>
<returnValue type="void"/>
<warn severity="style">This function is deprecated, use 'wxPGProperty::AddPrivateChild()' instead. </warn>
</function>
<!-- wxWindowID wxNewId() -->
<function name="wxNewId">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="wxWindowID"/>
<warn severity="style">This function is deprecated. Ids generated by it can conflict with the Ids defined by the user code, use wxID_ANY to assign ids which are guaranteed to not conflict with the user-defined ids for the controls and menu items you create instead of using this function.</warn>
</function>
<!-- wxString wxPGProperty::GetValueString ( int argFlags = 0 ) const -->
<function name="wxPGProperty::GetValueString">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<arg nr="1" direction="in" default="0">
<not-uninit/>
</arg>
<returnValue type="wxString"/>
<warn severity="style">This function is deprecated, use 'wxPGProperty::GetValueAsString()' instead. </warn>
</function>
<!-- wxString wxPlatformInfo::GetArchName ( ) const -->
<!-- Not possible to configure both functions:
static wxString wxPlatformInfo::GetArchName ( wxArchitecture arch) -->
<function name="wxPlatformInfo::GetArchName">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="wxString"/>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitnessName()' instead. </warn>
</function>
<!-- void wxPlatformInfo::SetArchitecture(wxArchitecture n) -->
<function name="wxPlatformInfo::SetArchitecture">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::SetBitness()' instead. </warn>
</function>
<!-- void wxSplitPath(const wxString & fullname, wxString * path, wxString * name, wxString * ext) --> <!-- void wxSplitPath(const wxString & fullname, wxString * path, wxString * name, wxString * ext) -->
<function name="wxSplitPath"> <function name="wxSplitPath">
<noreturn>false</noreturn> <noreturn>false</noreturn>