wxwdigets.cfg: Added support for more interfaces.
This commit is contained in:
parent
f4e0b2a10f
commit
a6515550d6
|
@ -7097,22 +7097,42 @@
|
||||||
<returnValue type="wxArchitecture"/>
|
<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>
|
</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">
|
<function name="wxMenuItem::GetName">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<const/>
|
<const/>
|
||||||
<returnValue type="void"/>
|
<returnValue type="wxString"/>
|
||||||
<warn severity="style">This function is deprecated. Please use 'wxMenuItem::GetItemLabel()' or 'wxMenuItem::GetItemLabelText()' instead.</warn>
|
<warn severity="style">This function is deprecated. Please use 'wxMenuItem::GetItemLabel()' or 'wxMenuItem::GetItemLabelText()' instead.</warn>
|
||||||
</function>
|
</function>
|
||||||
<!-- virtual void wxMenuItem::GetText (void) const -->
|
<!-- const wxString& wxMenuItem::GetText (void) const -->
|
||||||
<function name="wxMenuItem::GetText">
|
<function name="wxMenuItem::GetText">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<const/>
|
<const/>
|
||||||
<returnValue type="void"/>
|
<returnValue type="wxString&"/>
|
||||||
<warn severity="style">This function is deprecated in favour of 'wxMenuItem::GetItemLabel()'.</warn>
|
<warn severity="style">This function is deprecated in favour of 'wxMenuItem::GetItemLabel()'.</warn>
|
||||||
</function>
|
</function>
|
||||||
<!-- static wxArchitecture wxPlatformInfo::GetArch (const wxString &arch ) -->
|
<!-- static wxArchitecture wxPlatformInfo::GetArch (const wxString &arch ) -->
|
||||||
|
@ -9759,6 +9779,16 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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) -->
|
<!-- virtual void wxListBox::SetSelection(int n) -->
|
||||||
<function name="wxListBox::SetSelection">
|
<function name="wxListBox::SetSelection">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue