wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-05-16 21:45:54 +02:00
parent 8613c06ba9
commit cfe674bbf7
1 changed files with 14 additions and 1 deletions

View File

@ -12794,14 +12794,27 @@
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!--virtual void wxWindowBase::SetName(const wxString & name)-->
<!--virtual void wxWindow::SetName(const wxString & name)-->
<!--virtual void wxMessageDialog::SetName(const wxString & name)-->
<function name="wxWindow::SetName,wxMessageDialog::SetName">
<function name="wxWindowBase::SetName,wxWindow::SetName,wxMessageDialog::SetName">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!--void wxWindowBase::SetClientSize(int width, int height)-->
<!--void wxWindowBase::SetClientSize(const wxSize &sz)-->
<!--void wxWindowBase::SetClientSize(const wxRect &rect)-->
<!--void wxWindow::SetClientSize(int width, int height)-->
<!--void wxWindow::SetClientSize(const wxSize &sz)-->
<!--void wxWindow::SetClientSize(const wxRect &rect)-->
<function name="wxWindowBase::SetClientSize,wxWindow::SetClientSize">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="any" direction="in"/>
</function>
<!--virtual void wxWindow::SetMinClientSize(const wxSize & size)-->
<!--virtual void wxWindow::SetMinSize(const wxSize & size)-->
<!--virtual void wxGrid::SetMinClientSize(const wxSize & size)-->