wxwdigets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2021-10-06 10:22:08 +02:00
parent f4e0b2a10f
commit a6515550d6
1 changed files with 34 additions and 4 deletions

View File

@ -7097,22 +7097,42 @@
<returnValue type="wxArchitecture"/>
<warn severity="style">This function is deprecated, use 'wxPlatformInfo::GetBitness()' instead.</warn>
</function>
<!-- virtual void wxMenuItem::GetName (void) const -->
<!-- void wxMenuBar::SetLabelTop(int id, const wxString &label) -->
<function name="wxMenuBar::SetLabelTop">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in"/>
<warn severity="style">This function has been deprecated in favour of 'wxMenuBar::SetMenuLabel()'.</warn>
</function>
<!-- wxString wxMenuBar::GetLabelTop (size_t pos) const -->
<function name="wxMenuBar::GetLabelTop">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="wxString"/>
<warn severity="style">This function is deprecated. Please use 'wxMenuItem::GetMenuLabel()' or 'wxMenuItem::GetMenuLabelText()' instead.</warn>
</function>
<!-- virtual wxString wxMenuItem::GetName (void) const -->
<function name="wxMenuItem::GetName">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="void"/>
<returnValue type="wxString"/>
<warn severity="style">This function is deprecated. Please use 'wxMenuItem::GetItemLabel()' or 'wxMenuItem::GetItemLabelText()' instead.</warn>
</function>
<!-- virtual void wxMenuItem::GetText (void) const -->
<!-- const wxString& wxMenuItem::GetText (void) const -->
<function name="wxMenuItem::GetText">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="void"/>
<returnValue type="wxString&amp;"/>
<warn severity="style">This function is deprecated in favour of 'wxMenuItem::GetItemLabel()'.</warn>
</function>
<!-- static wxArchitecture wxPlatformInfo::GetArch (const wxString &arch ) -->
@ -9759,6 +9779,16 @@
<not-uninit/>
</arg>
</function>
<!-- void wxMenuBar::SetLabel(int id, const wxString &label) -->
<function name="wxMenuBar::SetLabel">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in"/>
</function>
<!-- virtual void wxListBox::SetSelection(int n) -->
<function name="wxListBox::SetSelection">
<noreturn>false</noreturn>