wxwidgets.cfg: Improved support to for some wxSizerItem functions.
This commit is contained in:
parent
b1d943894b
commit
c31c54f1a4
|
@ -1258,6 +1258,38 @@
|
||||||
</arg>
|
</arg>
|
||||||
<warn severity="style">This function is deprecated. Please use 'wxFileName::SplitPath()' instead.</warn>
|
<warn severity="style">This function is deprecated. Please use 'wxFileName::SplitPath()' instead.</warn>
|
||||||
</function>
|
</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 -->
|
<!-- Override macros which don't necessarily require semicolons at the end -->
|
||||||
<define name="DECLARE_CLASS(n)" value=""/>
|
<define name="DECLARE_CLASS(n)" value=""/>
|
||||||
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>
|
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>
|
||||||
|
|
Loading…
Reference in New Issue