wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-02-25 21:40:02 +01:00
parent e4937ed621
commit 802ad00a2f
1 changed files with 6 additions and 3 deletions

View File

@ -6874,9 +6874,10 @@
</arg> </arg>
</function> </function>
<!-- void wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)--> <!-- void wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
<!-- void wxPanel::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
<!-- void wxStatusBar::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)--> <!-- void wxStatusBar::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
<!-- void wxSpinButton::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)--> <!-- void wxSpinButton::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
<function name="wxWindow::SetSize,wxStatusBar::SetSize,wxSpinButton::SetSize"> <function name="wxWindow::SetSize,wxPanel::SetSize,wxStatusBar::SetSize,wxSpinButton::SetSize">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue type="void"/> <returnValue type="void"/>
@ -9002,7 +9003,8 @@
</function> </function>
<!--wxPGProperty* wxPropertyGridInterface::Append(wxPGProperty * property)--> <!--wxPGProperty* wxPropertyGridInterface::Append(wxPGProperty * property)-->
<!--wxPGProperty* wxPropertyGridPage::Append(wxPGProperty * property)--> <!--wxPGProperty* wxPropertyGridPage::Append(wxPGProperty * property)-->
<function name="wxPropertyGridInterface::Append,wxPropertyGridPage::Append"> <!--wxPGProperty* wxPropertyGrid::Append(wxPGProperty * property)-->
<function name="wxPropertyGridInterface::Append,wxPropertyGridPage::Append,wxPropertyGrid::Append">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<returnValue type="wxPGProperty*"/> <returnValue type="wxPGProperty*"/>
@ -9291,7 +9293,8 @@
</arg> </arg>
</function> </function>
<!-- wxPGProperty* wxPropertyGridInterface::GetProperty(const wxString & name) const --> <!-- wxPGProperty* wxPropertyGridInterface::GetProperty(const wxString & name) const -->
<function name="wxPropertyGridInterface::GetProperty"> <!-- wxPGProperty* wxPropertyGrid::GetProperty(const wxString & name) const -->
<function name="wxPropertyGridInterface::GetProperty,wxPropertyGrid::GetProperty">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<returnValue type="wxPGProperty*"/> <returnValue type="wxPGProperty*"/>
<leak-ignore/> <leak-ignore/>