wxwdigets.cfg: Added support for more interfaces.
This commit is contained in:
parent
80a0ef5d7e
commit
f4e0b2a10f
|
@ -7097,6 +7097,24 @@
|
|||
<returnValue type="wxArchitecture"/>
|
||||
<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">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -7157,6 +7175,14 @@
|
|||
<arg nr="1" direction="in"/>
|
||||
<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">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue