wxwdigets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2021-10-06 10:11:49 +02:00
parent 80a0ef5d7e
commit f4e0b2a10f
1 changed files with 32 additions and 6 deletions

View File

@ -7095,7 +7095,25 @@
<use-retval/>
<const/>
<returnValue type="wxArchitecture"/>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead. </warn>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead.</warn>
</function>
<!-- virtual void wxMenuItem::GetName (void) const -->
<function name="wxMenuItem::GetName">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="void"/>
<warn severity="style">This function is deprecated. Please use 'wxMenuItem::GetItemLabel()' or 'wxMenuItem::GetItemLabelText()' instead.</warn>
</function>
<!-- virtual void wxMenuItem::GetText (void) const -->
<function name="wxMenuItem::GetText">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="void"/>
<warn severity="style">This function is deprecated in favour of 'wxMenuItem::GetItemLabel()'.</warn>
</function>
<!-- static wxArchitecture wxPlatformInfo::GetArch (const wxString &arch ) -->
<function name="wxPlatformInfo::GetArch">
@ -7105,7 +7123,7 @@
<pure/>
<arg nr="1" direction="in"/>
<returnValue type="wxArchitecture"/>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead. </warn>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead.</warn>
</function>
<!-- void wxPGProperty::AddChild ( wxPGProperty * prop) -->
<function name="wxPGProperty::AddChild">
@ -7116,7 +7134,7 @@
<not-uninit/>
</arg>
<returnValue type="void"/>
<warn severity="style">This function is deprecated, use 'wxPGProperty::AddPrivateChild()' instead. </warn>
<warn severity="style">This function is deprecated, use 'wxPGProperty::AddPrivateChild()' instead.</warn>
</function>
<!-- wxWindowID wxNewId() -->
<function name="wxNewId">
@ -7136,7 +7154,7 @@
<not-uninit/>
</arg>
<returnValue type="wxString"/>
<warn severity="style">This function is deprecated, use 'wxPGProperty::GetValueAsString()' instead. </warn>
<warn severity="style">This function is deprecated, use 'wxPGProperty::GetValueAsString()' instead.</warn>
</function>
<!-- wxString wxPlatformInfo::GetArchName ( ) const -->
<!-- Not possible to configure both functions:
@ -7147,7 +7165,7 @@
<use-retval/>
<const/>
<returnValue type="wxString"/>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitnessName()' instead. </warn>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitnessName()' instead.</warn>
</function>
<!-- void wxPlatformInfo::SetArchitecture(wxArchitecture n) -->
<function name="wxPlatformInfo::SetArchitecture">
@ -7155,7 +7173,15 @@
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::SetBitness()' instead. </warn>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::SetBitness()' instead.</warn>
</function>
<!-- virtual void wxMenuItem::SetText( const wxString & text ) -->
<function name="wxMenuItem::SetText">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
<warn severity="style">This function is deprecated in favour of 'wxMenuItem::SetItemLabel()'.</warn>
</function>
<!-- void wxSplitPath(const wxString & fullname, wxString * path, wxString * name, wxString * ext) -->
<function name="wxSplitPath">