wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
ae6e6a55c8
commit
261c94974e
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue