wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-06-09 14:44:06 +02:00
parent 5af8beecf6
commit 2caea15056
1 changed files with 17 additions and 0 deletions

View File

@ -9932,4 +9932,21 @@
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!--virtual void wxWindow::SetName(const wxString & name)-->
<function name="wxWindow::SetName">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!--virtual void wxWindow::SetMinClientSize(const wxSize & size)-->
<!--virtual void wxWindow::SetMinSize(const wxSize & size)-->
<!--virtual void wxGrid::SetMinClientSize(const wxSize & size)-->
<!--virtual void wxGrid::SetMinSize(const wxSize & size)-->
<function name="wxWindow::SetMinClientSize,wxWindow::SetMinSize,wxGrid::SetMinClientSize,wxGrid::SetMinSize">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
</def>