wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2021-01-07 09:57:36 +01:00
parent 5f0a406e5e
commit 7452a01fb8
1 changed files with 10 additions and 0 deletions

View File

@ -7689,6 +7689,16 @@
<arg nr="2" direction="out"/>
<arg nr="3" direction="out"/>
</function>
<!-- bool wxPropertyGridManager::IsPropertySelected( wxPGPropArg id ) -->
<!-- bool wxPropertyGrid::IsPropertySelected( wxPGPropArg id ) -->
<function name="wxPropertyGridManager::IsPropertySelected,wxPropertyGrid::IsPropertySelected">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<use-retval/>
<leak-ignore/>
<const/>
<arg nr="1" direction="in"/>
</function>
<!-- bool wxButton::Create(wxWindow * parent, wxWindowID id, const wxString &label=wxEmptyString, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
<function name="wxButton::Create">
<noreturn>false</noreturn>