wxwidgets.cfg: Improved support to for some wxSizerItem functions.

This commit is contained in:
orbitcowboy 2018-03-05 00:25:47 +01:00
parent b1d943894b
commit c31c54f1a4
2 changed files with 36 additions and 4 deletions

View File

@ -1258,6 +1258,38 @@
</arg>
<warn severity="style">This function is deprecated. Please use 'wxFileName::SplitPath()' instead.</warn>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_sizer_item.html#a83baa6835015e9ccd71ba290883db4f5-->
<!-- void wxSizerItem::SetWindow(wxWindow * window)-->
<function name="wxSizerItem::SetWindow">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
<not-null/>
</arg>
<warn severity="style">This function is deprecated.</warn>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_sizer_item.html#a83baa6835015e9ccd71ba290883db4f5-->
<!-- void wxSizerItem::SetSizer(wxSizer * sizer)-->
<function name="wxSizerItem::SetSizer">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
<not-null/>
</arg>
<warn severity="style">This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSizer' which does free it instead.</warn>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_sizer_item.html#a83baa6835015e9ccd71ba290883db4f5-->
<!-- void wxSizerItem::SetSpacer(const wxSize & size)-->
<function name="wxSizerItem::SetSpacer">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<warn severity="style">This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSpacer' which does free it instead.</warn>
</function>
<!-- Override macros which don't necessarily require semicolons at the end -->
<define name="DECLARE_CLASS(n)" value=""/>
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>