wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
8613c06ba9
commit
cfe674bbf7
|
@ -12794,14 +12794,27 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!--virtual void wxWindowBase::SetName(const wxString & name)-->
|
||||||
<!--virtual void wxWindow::SetName(const wxString & name)-->
|
<!--virtual void wxWindow::SetName(const wxString & name)-->
|
||||||
<!--virtual void wxMessageDialog::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>
|
<noreturn>false</noreturn>
|
||||||
<returnValue type="void"/>
|
<returnValue type="void"/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</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::SetMinClientSize(const wxSize & size)-->
|
||||||
<!--virtual void wxWindow::SetMinSize(const wxSize & size)-->
|
<!--virtual void wxWindow::SetMinSize(const wxSize & size)-->
|
||||||
<!--virtual void wxGrid::SetMinClientSize(const wxSize & size)-->
|
<!--virtual void wxGrid::SetMinClientSize(const wxSize & size)-->
|
||||||
|
|
Loading…
Reference in New Issue