wxwidgets.cfg: Improved support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-11 13:18:38 +01:00
parent 103cf4d542
commit 328f246e4c
1 changed files with 22 additions and 0 deletions

View File

@ -5644,6 +5644,28 @@
<not-uninit/>
</arg>
</function>
<!-- void wxWindow::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
<!-- void wxStatusBar::SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO)-->
<function name="wxWindow::SetSize,wxStatusBar::SetSize">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<not-uninit/>
</arg>
<arg nr="4">
<not-uninit/>
</arg>
<arg nr="5" default="wxSIZE_AUTO">
<not-uninit/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_sizer_item.html#a83baa6835015e9ccd71ba290883db4f5-->
<!-- void wxSizerItem::SetSpacer(const wxSize & size)-->
<function name="wxSizerItem::SetSpacer">