wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2020-01-05 11:38:03 +01:00
parent ae6e6a55c8
commit 261c94974e
1 changed files with 12 additions and 1 deletions

View File

@ -6364,7 +6364,18 @@
</arg>
</function>
<!-- void wxSashLayoutWindow::SetOrientation(wxLayoutOrientation or) -->
<function name="wxSashLayoutWindow::SetOrientation">
<!-- void wxSashLayoutWindow::SetAlignment(wxLayoutAlignment alignment) -->
<function name="wxSashLayoutWindow::SetOrientation,wxSashLayoutWindow::SetAlignment">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxRect::SetTopLeft(const wxPoint &p) -->
<!-- void wxRect::SetTopRight(const wxPoint &p) -->
<!-- void wxRect::SetBottomLeft(const wxPoint &p) -->
<!-- void wxRect::SetBottomRight(const wxPoint &p) -->
<function name="wxRect::SetTopLeft,wxRect::SetTopRight,wxRect::SetBottomLeft,wxRect::SetBottomRight">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>