wxwidgets.cfg: Improved support for more interfaces.
This commit is contained in:
parent
103cf4d542
commit
328f246e4c
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue